diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/rescue-mode | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/rescue-mode b/docs/rescue-mode new file mode 100644 index 000000000..37614d522 --- /dev/null +++ b/docs/rescue-mode @@ -0,0 +1,16 @@ +Rescue mode +----------- + +1/4/1999 Michael Fulbright + +Rescue mode is implemented via a bootable CDROM currently. The user +specifies 'linux rescue' at the syslinux prompt when the CDROM boots. +Then the kernel and an initial ramdisk is loaded. The installer is +run and the user is dropped into bash. + +The upd-instroot script in the anaconda/ source toplevel directory +is responsible for creating the instimage which is used as the +root for the rescue environment. It is located in /mnt/cdrom/Redhat/instimage +when the CDROM is mounted under /mnt/cdrom. + + |