People don't end up in text-mode syslinux except in very weird cases. Make it a lot simpler so that we have less need to change it --- bootdisk/i386/boot.msg | 5 +---- bootdisk/i386/general.msg | 24 ------------------------ bootdisk/i386/options.msg | 25 ------------------------- bootdisk/i386/param.msg | 21 --------------------- bootdisk/i386/rescue.msg | 19 ------------------- bootdisk/i386/syslinux.cfg | 5 ----- bootdisk/x86_64/boot.msg | 5 +---- bootdisk/x86_64/general.msg | 24 ------------------------ bootdisk/x86_64/options.msg | 25 ------------------------- bootdisk/x86_64/param.msg | 21 --------------------- bootdisk/x86_64/rescue.msg | 19 ------------------- bootdisk/x86_64/syslinux.cfg | 5 ----- 12 files changed, 2 insertions(+), 196 deletions(-) delete mode 100644 bootdisk/i386/general.msg delete mode 100644 bootdisk/i386/options.msg delete mode 100644 bootdisk/i386/param.msg delete mode 100644 bootdisk/i386/rescue.msg delete mode 100644 bootdisk/x86_64/general.msg delete mode 100644 bootdisk/x86_64/options.msg delete mode 100644 bootdisk/x86_64/param.msg delete mode 100644 bootdisk/x86_64/rescue.msg diff --git a/bootdisk/i386/boot.msg b/bootdisk/i386/boot.msg index b83ac34..ff54899 100644 --- a/bootdisk/i386/boot.msg +++ b/bootdisk/i386/boot.msg @@ -1,8 +1,5 @@ splash.lss - - To install or upgrade in graphical mode, press the 01<ENTER>07 key. + - Press the 01<ENTER>07 key to begin the installation process. - - Use the function keys listed below for more information. - -0f[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]07 diff --git a/bootdisk/i386/general.msg b/bootdisk/i386/general.msg deleted file mode 100644 index c5a25fc..0000000 --- a/bootdisk/i386/general.msg +++ /dev/null @@ -1,24 +0,0 @@ -00 - - - 01General 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 01<ENTER>07 key. - -If you are having problems with the graphical installer, you can use the -'01resolution=<width>x<height>07' option to try and force a -particular resolution. For example, boot with -'01linux resolution=1024x76807'. - -Certain hardware configurations may have trouble with the automatic hardware -detection done during the installation. If you experience problems during the -installation, restart the installation adding the 'noprobe' option. The -'skipddc' option will also skip monitor probing which hangs some systems. - -There are a number of parameters that can be passed to the Linux kernel -at boot time. Press 01<F4>07 for more information. - - -0f[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]07 - diff --git a/bootdisk/i386/options.msg b/bootdisk/i386/options.msg deleted file mode 100644 index 8be6ab7..0000000 --- a/bootdisk/i386/options.msg +++ /dev/null @@ -1,25 +0,0 @@ -00 - - - 01Installer Boot Options07 - - - To disable hardware probing, type: 01linux noprobe <ENTER>07. - - - To test the install media you are using, type: 01linux mediacheck <ENTER>07. - - - To enable rescue mode, type: 01linux rescue <ENTER>07. - Press 01<F5>07 for more information about rescue mode. - - - If you have a driver disk, type: 01linux dd <ENTER>07. - - - To prompt for the use of other install methods such as network - install when booting from a CD, type 01linux askmethod <ENTER>07. - - - If you have an installer update disk, type: 01linux updates <ENTER>07. - - - If you have video problems, type: 01linux xdriver=vesa nomodeset<ENTER>07. - - - To test the memory in your system type: 01memtest86 <ENTER>07. - (This option is only available when booting from CD.) - -0f[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]07 diff --git a/bootdisk/i386/param.msg b/bootdisk/i386/param.msg deleted file mode 100644 index d1bf831..0000000 --- a/bootdisk/i386/param.msg +++ /dev/null @@ -1,21 +0,0 @@ -00 - - - 01Kernel Parameter Help07 - -Some kernel parameters can be specified on the command line and will be -passed to the kernel. - -To pass an option to the kernel, use the following format: - - 01linux <options>07 - -If a different installation mode is desired, enter it after the option(s). - -For example, to install on a system with 256MB of RAM using noprobe mode, -type the following: - - 01linux mem=256M noprobe07 - - -0f[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]07 diff --git a/bootdisk/i386/rescue.msg b/bootdisk/i386/rescue.msg deleted file mode 100644 index 09464ff..0000000 --- a/bootdisk/i386/rescue.msg +++ /dev/null @@ -1,19 +0,0 @@ -00 - - - 01Rescue Mode Help07 - -The installer 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 installation -CDROM or floppy and type 01linux rescue <ENTER>07. - - - - - -0f[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]07 - diff --git a/bootdisk/i386/syslinux.cfg b/bootdisk/i386/syslinux.cfg index 06a651b..f0e4046 100644 --- a/bootdisk/i386/syslinux.cfg +++ b/bootdisk/i386/syslinux.cfg @@ -3,11 +3,6 @@ prompt 1 timeout 600 display boot.msg -F1 boot.msg -F2 options.msg -F3 general.msg -F4 param.msg -F5 rescue.msg menu background splash.jpg menu title Welcome to @PRODUCT@ @VERSION@! diff --git a/bootdisk/x86_64/boot.msg b/bootdisk/x86_64/boot.msg index b83ac34..ff54899 100644 --- a/bootdisk/x86_64/boot.msg +++ b/bootdisk/x86_64/boot.msg @@ -1,8 +1,5 @@ splash.lss - - To install or upgrade in graphical mode, press the 01<ENTER>07 key. + - Press the 01<ENTER>07 key to begin the installation process. - - Use the function keys listed below for more information. - -0f[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]07 diff --git a/bootdisk/x86_64/general.msg b/bootdisk/x86_64/general.msg deleted file mode 100644 index c5a25fc..0000000 --- a/bootdisk/x86_64/general.msg +++ /dev/null @@ -1,24 +0,0 @@ -00 - - - 01General 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 01<ENTER>07 key. - -If you are having problems with the graphical installer, you can use the -'01resolution=<width>x<height>07' option to try and force a -particular resolution. For example, boot with -'01linux resolution=1024x76807'. - -Certain hardware configurations may have trouble with the automatic hardware -detection done during the installation. If you experience problems during the -installation, restart the installation adding the 'noprobe' option. The -'skipddc' option will also skip monitor probing which hangs some systems. - -There are a number of parameters that can be passed to the Linux kernel -at boot time. Press 01<F4>07 for more information. - - -0f[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]07 - diff --git a/bootdisk/x86_64/options.msg b/bootdisk/x86_64/options.msg deleted file mode 100644 index 8be6ab7..0000000 --- a/bootdisk/x86_64/options.msg +++ /dev/null @@ -1,25 +0,0 @@ -00 - - - 01Installer Boot Options07 - - - To disable hardware probing, type: 01linux noprobe <ENTER>07. - - - To test the install media you are using, type: 01linux mediacheck <ENTER>07. - - - To enable rescue mode, type: 01linux rescue <ENTER>07. - Press 01<F5>07 for more information about rescue mode. - - - If you have a driver disk, type: 01linux dd <ENTER>07. - - - To prompt for the use of other install methods such as network - install when booting from a CD, type 01linux askmethod <ENTER>07. - - - If you have an installer update disk, type: 01linux updates <ENTER>07. - - - If you have video problems, type: 01linux xdriver=vesa nomodeset<ENTER>07. - - - To test the memory in your system type: 01memtest86 <ENTER>07. - (This option is only available when booting from CD.) - -0f[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]07 diff --git a/bootdisk/x86_64/param.msg b/bootdisk/x86_64/param.msg deleted file mode 100644 index d1bf831..0000000 --- a/bootdisk/x86_64/param.msg +++ /dev/null @@ -1,21 +0,0 @@ -00 - - - 01Kernel Parameter Help07 - -Some kernel parameters can be specified on the command line and will be -passed to the kernel. - -To pass an option to the kernel, use the following format: - - 01linux <options>07 - -If a different installation mode is desired, enter it after the option(s). - -For example, to install on a system with 256MB of RAM using noprobe mode, -type the following: - - 01linux mem=256M noprobe07 - - -0f[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]07 diff --git a/bootdisk/x86_64/rescue.msg b/bootdisk/x86_64/rescue.msg deleted file mode 100644 index 09464ff..0000000 --- a/bootdisk/x86_64/rescue.msg +++ /dev/null @@ -1,19 +0,0 @@ -00 - - - 01Rescue Mode Help07 - -The installer 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 installation -CDROM or floppy and type 01linux rescue <ENTER>07. - - - - - -0f[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]07 - diff --git a/bootdisk/x86_64/syslinux.cfg b/bootdisk/x86_64/syslinux.cfg index 06a651b..f0e4046 100644 --- a/bootdisk/x86_64/syslinux.cfg +++ b/bootdisk/x86_64/syslinux.cfg @@ -3,11 +3,6 @@ prompt 1 timeout 600 display boot.msg -F1 boot.msg -F2 options.msg -F3 general.msg -F4 param.msg -F5 rescue.msg menu background splash.jpg menu title Welcome to @PRODUCT@ @VERSION@! -- 1.6.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list