Update the documentation about configure options.

This commit is contained in:
okuji 2002-01-15 09:42:54 +00:00
parent 5ca9541403
commit a4dea0d17f

16
INSTALL
View file

@ -207,6 +207,15 @@ operates.
`--disable-reiserfs' `--disable-reiserfs'
Omit the ReiserFS support in Stage 2. Omit the ReiserFS support in Stage 2.
`--disable-vstafs'
Omit the VSTa filesystem support in Stage 2.
`--disable-jfs'
Omit the JFS support in Stage 2.
`--disable-xfs'
Omit the XFS support in Stage 2.
`--disable-gunzip' `--disable-gunzip'
Omit the decompression support in Stage 2. Omit the decompression support in Stage 2.
@ -221,6 +230,9 @@ operates.
`--without-curses' `--without-curses'
Don't use the curses library. Don't use the curses library.
`--disable-hercules'
Omit the hercules console support in Stage 2.
`--disable-serial' `--disable-serial'
Omit the serial terminal support in Stage 2. Omit the serial terminal support in Stage 2.
@ -239,6 +251,10 @@ operates.
Build the example Multiboot kernel in the directory "docs". You Build the example Multiboot kernel in the directory "docs". You
will be able to boot the image "kernel" with GRUB. will be able to boot the image "kernel" with GRUB.
`--disable-auto-linux-mem-opt'
Don't pass the "mem=" option automatically, when booting Linux.
You can also disable the feature at run time.
`configure' also accepts several options for the network support. See `configure' also accepts several options for the network support. See
the file `netboot/README.netboot', for more information. the file `netboot/README.netboot', for more information.