diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ endef all: out/boot.iso check boot: all out/hdd - qemu-system-i386 -cdrom out/boot.iso $(QFLAGS) -no-shutdown \ + qemu-system-i386 -cdrom out/boot.iso $(QFLAGS) \ -drive file=out/hdd,format=raw,media=disk |