* Update isolinux config.

* Updated the list of available boot methods.
This commit is contained in:
Raphaël Hertzog 2002-10-13 14:27:53 +00:00
parent 15aed6f236
commit 6c065e9b9e
2 changed files with 9 additions and 20 deletions

View File

@ -1,23 +1,12 @@
0fBOOT METHODS07
The Rescue disk can be used for system recovery as well as for installation.
The 0frescue07 method will mount an existing root partition, while the other
methods will give you a small, standalone root system.
0fAvailable boot methods:07
0flinux07 or 0fidepci07
Start the installation -- this is the default.
0fbf2407
Start the installation with a Linux 2.4 kernel.
0fcompact07
Start the installation with a kernel including PCI SCSI and IDE drivers.
0fvanilla07
Start the installation with a kernel including many drivers for
older hardware (such as systems with ISA-based hardware).
0frescue07
Boot and mount any root filesystem. The root filesystem must be given at
the prompt, so e.g., type 0frescue root=/dev/hda107. (You can also use
0frescbf2407, 0fresccomp07, or 0frescvanl07.)
0flinux07 or 0fcdrom07
Start the installation -- this is the default CDROM install.
0fnet07
Start the installation for a network install.
0fcdrom14407
Start the installation with the cdrom144 flavor.
Press <09ENTER07> or type boot method, arguments, and <09ENTER07> to boot.
Press function key <09F107> for the help index.

View File

@ -88,17 +88,17 @@ cp -p $BASEDIR/data/$CODENAME/README.sbm $CDDIR/install/
cp -f $BASEDIR/data/$CODENAME/isolinux.txt $BASEDIR/data/$CODENAME/f*.txt boot$N/isolinux/
cat > boot$N/isolinux/isolinux.cfg <<EOF
DEFAULT /install/vmlinuz
APPEND vga=normal initrd=cdrom.gz ramdisk_size=8192 root=/dev/rd/0 init=/linuxrc devfs=mount,dall rw
APPEND vga=normal initrd=/install/cdrom.gz ramdisk_size=8192 root=/dev/rd/0 init=/linuxrc devfs=mount,dall rw
LABEL linux
kernel /install/vmlinuz
LABEL cdrom
kernel /install/vmlinuz
LABEL cdrom144
kernel /install/vmlinuz
append vga=normal initrd=cdrom144.gz ramdisk_size=8192 root=/dev/rd/0 init=/linuxrc devfs=mount,dall rw
append vga=normal initrd=/install/cdrom144.gz ramdisk_size=8192 root=/dev/rd/0 init=/linuxrc devfs=mount,dall rw
LABEL net
kernel /install/vmlinuz
append vga=normal initrd=net.gz ramdisk_size=8192 root=/dev/rd/0 init=/linuxrc devfs=mount,dall rw
append vga=normal initrd=/install/net.gz ramdisk_size=8192 root=/dev/rd/0 init=/linuxrc devfs=mount,dall rw
DISPLAY isolinux.txt
TIMEOUT 0
PROMPT 1