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:
Denis 'GNUtoo' Carikli 2024-08-06 20:23:15 +02:00
parent b264ddedb1
commit b4faf2a967
Signed by: GNUtoo
GPG Key ID: 5F5DFCC14177E263
1 changed files with 0 additions and 1 deletions

View File

@ -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 \