Makefile: boot_iso: link to workbench_production

This commit is contained in:
pedro 2024-09-19 13:08:57 -03:00
parent 3688088958
commit 45464c49f0
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ install_dependencies:
boot_iso: boot_iso:
sudo qemu-system-x86_64 \ sudo qemu-system-x86_64 \
-enable-kvm -m 2G -vga qxl -netdev user,id=wan -device virtio-net,netdev=wan,id=nic1 \ -enable-kvm -m 2G -vga qxl -netdev user,id=wan -device virtio-net,netdev=wan,id=nic1 \
-drive format=raw,file=iso/workbench.iso,cache=none,if=virtio -drive format=raw,file=iso/workbench_production.iso,cache=none,if=virtio
# src https://www.ubuntubuzz.com/2021/04/how-to-boot-uefi-on-qemu.html # src https://www.ubuntubuzz.com/2021/04/how-to-boot-uefi-on-qemu.html
# needs `sudo apt-get install ovmf` # needs `sudo apt-get install ovmf`