From 45464c49f02b0d71f807fb4336b149009109a7ad Mon Sep 17 00:00:00 2001 From: pedro Date: Thu, 19 Sep 2024 13:08:57 -0300 Subject: [PATCH] Makefile: boot_iso: link to workbench_production --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0718097..8c0d811 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ install_dependencies: boot_iso: sudo qemu-system-x86_64 \ -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 # needs `sudo apt-get install ovmf`