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

View file

@ -405,7 +405,7 @@ grub.info: grub.texi
&& sed 's/@command/@file/g; s/ifnottex/ifinfo/' grub.texi | $(MAKEINFO)
@GRUB_MAINT_TRUE@$(srcdir)/grub.8: ../grub/grub $(srcdir)/$(HELP2MAN)
@GRUB_MAINT_TRUE@ $(srcdir)/$(HELP2MAN) --name="the stage2 emulator shell" \
@GRUB_MAINT_TRUE@ $(srcdir)/$(HELP2MAN) --name="the grub shell" \
@GRUB_MAINT_TRUE@ --section=8 --output=$@ $<
# Tell versions [3.59,3.63) of GNU make to not export all variables.

View file

@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.012.
.TH GRUB "8" "June 1999" "GNU GRUB 0.5.92" FSF
.TH GRUB "8" "August 1999" "GNU GRUB 0.5.93" FSF
.SH NAME
GRUB \- the stage2 emulator shell
GRUB \- the grub shell
.SH SYNOPSIS
.B GRUB
[\fIOPTION\fR]...

View file

@ -82,7 +82,7 @@ edition documents version @value{VERSION}.
* Using:: Booting your operating system.
* Filesystems:: Filesystem syntax and semantics.
* Troubleshooting:: Error messages produced by GRUB.
* Stage 2 emulator:: The @command{grub} command.
* The grub shell:: The @command{grub} command.
* Hacking:: Implementation details.
* Index:: Index.
@ -120,7 +120,7 @@ Error messages reported by GRUB
The @command{grub} command
* Basic usage:: How to use the Stage 2 emulator.
* Basic usage:: How to use the grub shell.
* Installation under UNIX:: How to install GRUB via @command{grub}.
Implementation details
@ -250,8 +250,8 @@ partitions, and files in a directory depending on context.
@item Multiple Filesystem Types
Supports multiple filesystem types transparently, plus a useful explicit
blocklist notation. The currently supported filesystem types are
@dfn{BSD FFS}, @dfn{DOS FAT}, and @dfn{Linux ext2fs}.
@xref{Filesystems}, for more information.
@dfn{BSD FFS}, @dfn{DOS FAT16 and FAT32}, @dfn{Minix fs}, and
@dfn{Linux ext2fs}. @xref{Filesystems}, for more information.
@item Decompression Support
Can decompress files which were compressed by
@ -890,8 +890,8 @@ Filesystem test mode is turned off by any use of the @command{install=}
or @command{testload=} commands.
@item quit
Exit from the GRUB stage2 emulator @command{grub} (@pxref{Stage 2
emulator}). This is just ignored in the native Stage 2.
Exit from the grub shell @command{grub} (@pxref{The grub shell}). This
is just ignored in the native Stage 2.
@end table
@ -1177,19 +1177,19 @@ install of set active partition command.
@end table
@node Stage 2 emulator
@node The grub shell
@chapter The command @command{grub}
This chapter documents the Stage 2 emulator @command{grub}.
This chapter documents the grub shell @command{grub}.
@menu
* Basic usage:: How to use the Stage 2 emulator.
* Basic usage:: How to use the grub shell.
* Installation under UNIX:: How to install GRUB via @command{grub}.
@end menu
@node Basic usage
@section Introduction into the Stage 2 emulator
@section Introduction into the grub shell
You can use the command @command{grub} for installing GRUB under your
operating systems and for a testbed when you add a new feature into GRUB