add minix fs support. use the name "the grub shell" instead of "the stage2 emulator".

This commit is contained in:
okuji 1999-08-26 09:42:57 +00:00
parent 29286d8365
commit 434d8607cc
20 changed files with 899 additions and 108 deletions

View file

@ -13,6 +13,6 @@ grub.info: grub.texi
if GRUB_MAINT
$(srcdir)/grub.8: ../grub/grub $(srcdir)/$(HELP2MAN)
$(srcdir)/$(HELP2MAN) --name="the stage2 emulator shell" \
$(srcdir)/$(HELP2MAN) --name="the grub shell" \
--section=8 --output=$@ $<
endif