Skip to content

Commit

Permalink
fix: o?
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Dec 6, 2023
1 parent d462571 commit 8fe569d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $(BZIMAGE_X64): $(INITFSZ_X64)

$(INITFSZ_X64): $(INITFS_X64)
xz -kf -9 --check=crc32 $(WORKDIR)/$(INITFS_X64)
o

$(INITFS_X64):
mkdir -p build
GBB_PATH=u-root go run ./u-root -o $(WORKDIR)/$(INITFS_X64) -uinitcmd="elvish -c 'sleep 3; boot'" core ./cmds/boot/boot
Expand Down

0 comments on commit 8fe569d

Please sign in to comment.