aboutsummaryrefslogtreecommitdiff
path: root/qemu-boot
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2018-03-30 12:00:16 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2018-03-30 12:00:16 +0000
commit0c1e784df7e69bf08a5569476e0a856f3f248fc5 (patch)
tree5b106f481731d61cc06af51238de6d704eb885eb /qemu-boot
parent91195c146cb1d9c4ab69464ea818169284a4a10f (diff)
downloadlh-bootstrap-0c1e784df7e69bf08a5569476e0a856f3f248fc5.tar.xz
Rip out initramfs, remove wireless-db hack for 4.15.12 kernel
Diffstat (limited to 'qemu-boot')
-rwxr-xr-xqemu-boot2
1 files changed, 0 insertions, 2 deletions
diff --git a/qemu-boot b/qemu-boot
index 54103e1..b5f2a85 100755
--- a/qemu-boot
+++ b/qemu-boot
@@ -61,11 +61,9 @@ fi
# echo qemu-system-$QEMU_ARCH $nographic $qemu_sysoptions $qemu_guestnetoptions $qemu_hostnetoptions \
# -append "console=$qemu_console" \
# -kernel "$OUTPUT/kernel" \
-# -initrd "$OUTPUT/initramfs.img.gz" \
# $diskoption
exec qemu-system-$QEMU_ARCH $nographic $qemu_sysoptions $qemu_guestnetoptions $qemu_hostnetoptions \
-append "console=$qemu_console" \
-kernel "$OUTPUT/kernel" \
- -initrd "$OUTPUT/initramfs.img.gz" \
$diskoption