2002-01-15 Yoshinori K. Okuji <okuji@gnu.org>
* docs/grub.texi: Added some text about JFS and XFS.
This commit is contained in:
parent
4ea83d7811
commit
5ca9541403
4 changed files with 17 additions and 11 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-01-15 Yoshinori K. Okuji <okuji@gnu.org>
|
||||
|
||||
* docs/grub.texi: Added some text about JFS and XFS.
|
||||
|
||||
2002-01-08 Yoshinori K. Okuji <okuji@gnu.org>
|
||||
|
||||
* grub/main.c (use_preset_menu): New variable.
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
@setchapternewpage off
|
||||
|
||||
@ifinfo
|
||||
Copyright @copyright{} 1999, 2000, 2001 Free Software Foundation, Inc.
|
||||
Copyright @copyright{} 1999,2000,2001,2002 Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to make and distribute verbatim copies of
|
||||
this manual provided the copyright notice and this permission notice
|
||||
|
@ -58,11 +58,11 @@ into another language, under the above conditions for modified versions.
|
|||
@title the GRUB manual
|
||||
@subtitle The GRand Unified Bootloader, version @value{VERSION}, @value{UPDATED}.
|
||||
@author Gordon Matzigkeit
|
||||
@author OKUJI Yoshinori
|
||||
@author Yoshinori K. Okuji
|
||||
@c The following two commands start the copyright page.
|
||||
@page
|
||||
@vskip 0pt plus 1filll
|
||||
Copyright @copyright{} 1999, 2000, 2001 Free Software Foundation, Inc.
|
||||
Copyright @copyright{} 1999,2000,2001,2002 Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to make and distribute verbatim copies of
|
||||
this manual provided the copyright notice and this permission notice
|
||||
|
@ -266,8 +266,8 @@ devices, partitions, and files in a directory depending on context.
|
|||
Support multiple filesystem types transparently, plus a useful explicit
|
||||
blocklist notation. The currently supported filesystem types are
|
||||
@dfn{BSD FFS}, @dfn{DOS FAT16 and FAT32}, @dfn{Minix fs}, @dfn{Linux
|
||||
ext2fs}, @dfn{ReiserFS}, and @dfn{VSTa fs}. @xref{Filesystem}, for more
|
||||
information.
|
||||
ext2fs}, @dfn{ReiserFS}, @dfn{JFS}, @dfn{XFS}, and @dfn{VSTa
|
||||
fs}. @xref{Filesystem}, for more information.
|
||||
|
||||
@item Support automatic decompression
|
||||
Can decompress files which were compressed by @command{gzip}. This
|
||||
|
@ -1409,11 +1409,13 @@ This is the core image of GRUB. This does all things but booting up
|
|||
itself. Usually, this is put in a filesystem, but that is not required.
|
||||
|
||||
@item e2fs_stage1_5
|
||||
@itemx ffs_stage1_5
|
||||
@itemx reiserfs_stage1_5
|
||||
@itemx fat_stage1_5
|
||||
@itemx ffs_stage1_5
|
||||
@itemx jfs_stage1_5
|
||||
@itemx minix_stage1_5
|
||||
@itemx reiserfs_stage1_5
|
||||
@itemx vstafs_stage1_5
|
||||
@itemx xfs_stage1_5
|
||||
|
||||
These are called @dfn{Stage 1.5}, because the purpose is a bridge
|
||||
between @file{stage1} and @file{stage2}, that is to say, Stage 1.5 is
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@set UPDATED 10 December 2001
|
||||
@set UPDATED-MONTH December 2001
|
||||
@set UPDATED 15 January 2002
|
||||
@set UPDATED-MONTH January 2002
|
||||
@set EDITION 0.90
|
||||
@set VERSION 0.90
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@set UPDATED 10 December 2001
|
||||
@set UPDATED-MONTH December 2001
|
||||
@set UPDATED 15 January 2002
|
||||
@set UPDATED-MONTH January 2002
|
||||
@set EDITION 0.90
|
||||
@set VERSION 0.90
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue