From cb609213f2d2b895eb90ebb37aae175803954190 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Kala=C5=A1=20=28Floxen=29?= Date: Mon, 13 Jul 2026 11:42:35 +0200 Subject: [PATCH] =?UTF-8?q?Odstran=C4=9Bn=20flag=20--no-reboot=20a=20--no-?= =?UTF-8?q?shutdown?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f8b9fdd..8a933c3 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ $(DATA_DISK): test -f $(DATA_DISK) || dd if=/dev/zero of=$(DATA_DISK) bs=512 count=8192 run: $(IMG) $(DATA_DISK) - qemu-system-x86_64 -no-reboot -no-shutdown -drive format=raw,file=$(IMG),if=ide,index=0 -drive format=raw,file=$(DATA_DISK),if=ide,index=1 + qemu-system-x86_64 -drive format=raw,file=$(IMG),if=ide,index=0 -drive format=raw,file=$(DATA_DISK),if=ide,index=1 clean: rm -rf $(BUILD)