summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-07-23 20:40:09 +0000
committerJeremy Katz <katzj@redhat.com>2002-07-23 20:40:09 +0000
commitd2261a3d5e05bc280c6ad5c01f608d8b97cb0569 (patch)
tree0edb2725c2e5f7f37aeda32c240a858f5a719d94
parent3a945b9647efb6e08c32d02b6fe969ba8f9da1c9 (diff)
downloadanaconda-d2261a3d5e05bc280c6ad5c01f608d8b97cb0569.tar.gz
anaconda-d2261a3d5e05bc280c6ad5c01f608d8b97cb0569.tar.xz
anaconda-d2261a3d5e05bc280c6ad5c01f608d8b97cb0569.zip
make sure the background color on all screens is black. various tweaks to the contents
-rw-r--r--bootdisk/i386/boot.msg8
-rw-r--r--bootdisk/i386/general.msg9
-rw-r--r--bootdisk/i386/options.msg24
-rw-r--r--bootdisk/i386/param.msg8
-rw-r--r--bootdisk/i386/rescue.msg15
-rw-r--r--bootdisk/i386/snake.msg1
6 files changed, 29 insertions, 36 deletions
diff --git a/bootdisk/i386/boot.msg b/bootdisk/i386/boot.msg
index c92c12a2c..25e821787 100644
--- a/bootdisk/i386/boot.msg
+++ b/bootdisk/i386/boot.msg
@@ -1,13 +1,11 @@
- 09Welcome to 0cRed Hat09 Linux @VERSION@!07
-
splash.lss
- - To install or upgrade 0cRed Hat07 Linux in graphical mode,
+ - To install or upgrade 02Red Hat07 Linux in graphical mode,
press the 0f<ENTER>07 key.
- - To install or upgrade 0cRed Hat07 Linux in text mode, type: 0ftext <ENTER>07.
+ - To install or upgrade 02Red Hat07 Linux in text mode, type: 0ftext <ENTER>07.
- Use the function keys listed below for more information.
-05[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]07
+02[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]07
diff --git a/bootdisk/i386/general.msg b/bootdisk/i386/general.msg
index 7397b23ed..33f3d4497 100644
--- a/bootdisk/i386/general.msg
+++ b/bootdisk/i386/general.msg
@@ -1,8 +1,10 @@
+00
+
09General Boot Help07
You are now ready to begin the installation process. In most cases,
-the best way to get started is to simply press the 0f<ENTER>07 key.
+the best way to get started is to simply press the <ENTER> key.
If you are having problems with the graphical installer, you can use the
'resolution=<width>x<height>' option to try and force a particular resolution.
@@ -14,7 +16,8 @@ installation, restart the installation adding the 'noprobe' option. The
'skipddc' option will also prevent some automatic probing.
There are a number of parameters that can be passed to the Linux kernel
-at boot time. Press 05<F3>07 for more information.
+at boot time. Press <F3> for more information.
+
+02[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]07
-05[F1-Main] [F2-General] [F3-Kernel] [F4-Rescue]07
diff --git a/bootdisk/i386/options.msg b/bootdisk/i386/options.msg
index f7893b1f4..2dd6c6ef5 100644
--- a/bootdisk/i386/options.msg
+++ b/bootdisk/i386/options.msg
@@ -1,22 +1,18 @@
+00
- - To install or upgrade 0cRed Hat07 Linux in graphical mode,
- press the 0f<ENTER>07 key.
+ 09Installer Boot Options07
- - To install or upgrade 0cRed Hat07 Linux in text mode, type: 0ftext <ENTER>07.
+ - To disable hardware probing, type: linux noprobe <ENTER>.
- - To enable low resolution mode, type: 0flowres <ENTER>07.
- Press 05<F2>07 for more information.
+ - To test the install media you are using, type: linux mediacheck <ENTER>.
- - To disable hardware probing, type: 0flinux noprobe <ENTER>07.
+ - To enable rescue mode, type: linux rescue <ENTER>.
+ Press <F4> for more information about rescue mode.
- - To test the install media you are using, type: 0flinux mediacheck <ENTER>07.
+ - If you have a driver disk, type: linux dd <ENTER>.
- - To enable rescue mode, type: 0flinux rescue <ENTER>07.
- Press 05<F4>07 for more information about rescue mode.
+ - To prompt for the install method being used on a CD-ROM install,
+ type linux askmethod <ENTER>.
- - If you have a driver disk, type: 0flinux dd <ENTER>07.
-
- - Use the function keys listed below for more information.
-
-05[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]07
+02[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]07
diff --git a/bootdisk/i386/param.msg b/bootdisk/i386/param.msg
index 2e7c3c90a..23ba176b0 100644
--- a/bootdisk/i386/param.msg
+++ b/bootdisk/i386/param.msg
@@ -1,3 +1,4 @@
+00
09Kernel Parameter Help07
@@ -7,12 +8,12 @@ passed to the kernel. This does not include options to modules for devices
such as ethernet cards or devices such as CD-ROM drives.
To pass an option to the kernel, use the following format:
- 0flinux <options>07
+ linux <options>
If a different installation mode is desired, enter it after the option(s).
For example, to install on a system with 128MB of RAM using noprobe mode,
type the following:
- 0flinux mem=128M noprobe07
+ linux mem=128M noprobe
To pass options to modules, you will need to use the noprobe mode to disable
PCI autoprobing. When the installer asks for your device type that needs
@@ -20,5 +21,4 @@ an option or parameter passed to it, there will be a place to type those
in at that time.
-
-05[F1-Main] [F2-General] [F3-Kernel] [F4-Rescue]07
+02[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]07
diff --git a/bootdisk/i386/rescue.msg b/bootdisk/i386/rescue.msg
index f0d04c228..736137038 100644
--- a/bootdisk/i386/rescue.msg
+++ b/bootdisk/i386/rescue.msg
@@ -1,24 +1,19 @@
+00
09Rescue Mode Help07
-The 0cRed Hat07 Linux CD-ROM includes a rescue mode which can be used
+The 02Red Hat07 Linux CD-ROM includes a rescue mode which can be used
when a system does not boot properly. The rescue mode includes many
useful utilities (editor, hard drive and RAID tools, etc.) which will allow
one to restore a system to a working state.
-To enter the rescue mode, boot your system from the 0cRed Hat07 Linux
-CDROM and type 0flinux rescue <ENTER>07.
+To enter the rescue mode, boot your system from the 02Red Hat07 Linux
+CDROM and type linux rescue <ENTER>.
+02[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]07
-
-
-
-
-
-
-05[F1-Main] [F2-General] [F3-Kernel] [F4-Rescue]07
diff --git a/bootdisk/i386/snake.msg b/bootdisk/i386/snake.msg
index 250c79c51..27ff353c2 100644
--- a/bootdisk/i386/snake.msg
+++ b/bootdisk/i386/snake.msg
@@ -1,3 +1,4 @@
+00
0a
.-=-. .--.