diff options
author | Freya Murphy <freya@freyacat.org> | 2025-04-29 20:59:46 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-04-30 11:44:28 -0400 |
commit | a7ef49da0e07e0a1195794b527fa400c0235fcc7 (patch) | |
tree | ded5d2b9f075411327e6bb573fa754ee5b5720a6 /Makefile | |
parent | fmt (diff) | |
download | comus-a7ef49da0e07e0a1195794b527fa400c0235fcc7.tar.gz comus-a7ef49da0e07e0a1195794b527fa400c0235fcc7.tar.bz2 comus-a7ef49da0e07e0a1195794b527fa400c0235fcc7.zip |
tarfs
Diffstat (limited to '')
-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 |