diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ GRUB ?= grub-mkrescue QEMUOPTS += -cdrom $(BIN)/$(ISO) \ -no-reboot \ - -drive format=raw,file=user/bin/apple \ + -drive format=raw,file=user/bin/initrd.tar \ -serial mon:stdio \ -m 4G \ -name kern |