Really fix -cpu host issue with KVM.
The commit b264ddedb1
("trisquel-automatic-netinstall-qemu: Fix -cpu host without KVM.")
only contained part of the fix.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
parent
b264ddedb1
commit
b4faf2a967
|
@ -71,7 +71,6 @@ rootfs.img: preseed.img rootfs.img.tmp grub.iso
|
||||||
qemu-system-x86_64 \
|
qemu-system-x86_64 \
|
||||||
-M q35 \
|
-M q35 \
|
||||||
-m 790M \
|
-m 790M \
|
||||||
-cpu host \
|
|
||||||
-nographic \
|
-nographic \
|
||||||
-drive file=grub.iso,index=2,media=cdrom,if=ide \
|
-drive file=grub.iso,index=2,media=cdrom,if=ide \
|
||||||
-drive file=rootfs.img.tmp,index=1,media=disk,if=virtio \
|
-drive file=rootfs.img.tmp,index=1,media=disk,if=virtio \
|
||||||
|
|
Loading…
Reference in New Issue