Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
fix: forgot to add FAT_IMG as the requisites
Browse files Browse the repository at this point in the history
  • Loading branch information
toku-sa-n committed Jan 8, 2021
1 parent f91e5f3 commit e60a917
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 @@ -68,7 +68,7 @@ test:
then echo "Booting test succeed! ($(TEST_MODE) mode)"; exit 0;\
else echo "Booting test failed ($(TEST_MODE) mode)"; exit 1;fi

$(IMG_FILE):$(KERNEL_FILE) $(HEAD_FILE) $(EFI_FILE) $(INITRD)
$(IMG_FILE):$(KERNEL_FILE) $(HEAD_FILE) $(EFI_FILE) $(INITRD) $(FAT_IMG)
dd if=/dev/zero of=$@ bs=1k count=28800
mformat -i $@ -h 200 -t 500 -s 144::
# Cannot replace these mmd and mcopy with `make copy_to_usb` because `mount` needs `sudo`
Expand Down

0 comments on commit e60a917

Please sign in to comment.