diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-06-28 20:30:21 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-06-28 20:30:21 +0000 |
commit | 25d3429f4dc2fd1e86d7a91654c1e753733cf3ac (patch) | |
tree | fe2cfa7c6bd3d5fcde7ff093daacae7c5a2e8cc2 /bootdisk | |
parent | 35f5ec24170606ebee6e46463601a426415dff1f (diff) | |
download | anaconda-25d3429f4dc2fd1e86d7a91654c1e753733cf3ac.tar.gz anaconda-25d3429f4dc2fd1e86d7a91654c1e753733cf3ac.tar.xz anaconda-25d3429f4dc2fd1e86d7a91654c1e753733cf3ac.zip |
add syslinux splash, modify accordingly
Diffstat (limited to 'bootdisk')
-rw-r--r-- | bootdisk/i386/boot.msg | 16 | ||||
-rw-r--r-- | bootdisk/i386/options.msg | 22 | ||||
-rw-r--r-- | bootdisk/i386/syslinux-splash.png | bin | 0 -> 6141 bytes | |||
-rwxr-xr-x | bootdisk/i386/syslinux.cfg | 7 |
4 files changed, 29 insertions, 16 deletions
diff --git a/bootdisk/i386/boot.msg b/bootdisk/i386/boot.msg index 09ddb83fd..c92c12a2c 100644 --- a/bootdisk/i386/boot.msg +++ b/bootdisk/i386/boot.msg @@ -1,23 +1,13 @@ 09Welcome to 0cRed Hat09 Linux @VERSION@!07 +splash.lss + - To install or upgrade 0cRed 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 enable low resolution mode, type: 0flowres <ENTER>07. - Press 05<F2>07 for more information. - - - To disable hardware probing, type: 0flinux noprobe <ENTER>07. - - - To test the install media you are using, type: 0flinux mediacheck <ENTER>07. - - - To enable rescue mode, type: 0flinux rescue <ENTER>07. - Press 05<F4>07 for more information about rescue mode. - - - If you have a driver disk, type: 0flinux dd <ENTER>07. - - Use the function keys listed below for more information. -05[F1-Main] [F2-General] [F3-Kernel] [F4-Rescue]07 +05[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]07 diff --git a/bootdisk/i386/options.msg b/bootdisk/i386/options.msg new file mode 100644 index 000000000..f7893b1f4 --- /dev/null +++ b/bootdisk/i386/options.msg @@ -0,0 +1,22 @@ + + + - To install or upgrade 0cRed 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 enable low resolution mode, type: 0flowres <ENTER>07. + Press 05<F2>07 for more information. + + - To disable hardware probing, type: 0flinux noprobe <ENTER>07. + + - To test the install media you are using, type: 0flinux mediacheck <ENTER>07. + + - To enable rescue mode, type: 0flinux rescue <ENTER>07. + Press 05<F4>07 for more information about rescue mode. + + - 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 diff --git a/bootdisk/i386/syslinux-splash.png b/bootdisk/i386/syslinux-splash.png Binary files differnew file mode 100644 index 000000000..092c45ac9 --- /dev/null +++ b/bootdisk/i386/syslinux-splash.png diff --git a/bootdisk/i386/syslinux.cfg b/bootdisk/i386/syslinux.cfg index 9086fa8d3..7989cfa51 100755 --- a/bootdisk/i386/syslinux.cfg +++ b/bootdisk/i386/syslinux.cfg @@ -3,9 +3,10 @@ prompt 1 timeout 600 display boot.msg F1 boot.msg -F2 general.msg -F3 param.msg -F4 rescue.msg +F2 options.msg +F3 general.msg +F4 param.msg +F5 rescue.msg F7 snake.msg label linux kernel vmlinuz |