Skip to content

Commit

Permalink
Turn mfs optimization off by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaerr committed Oct 16, 2024
1 parent 95de014 commit d927dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/Make.image
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ endif
minixfs:
rm -f $(TARGET_FILE)
mfs $(VERBOSE) $(TARGET_FILE) mkfs $(MINIX_MKFSOPTS)
mfs -v $(VERBOSE) $(TARGET_FILE) addfs Image.all $(DESTDIR)
# mfs -v $(VERBOSE) $(TARGET_FILE) addfs Image.all $(DESTDIR)
# rm -f Filelist
# for f in $$(cd $(DESTDIR); find * -name '*'); do \
# echo $$f >> FileList; \
Expand Down

0 comments on commit d927dc2

Please sign in to comment.