From 25d3429f4dc2fd1e86d7a91654c1e753733cf3ac Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Fri, 28 Jun 2002 20:30:21 +0000 Subject: add syslinux splash, modify accordingly --- bootdisk/i386/boot.msg | 16 +++------------- bootdisk/i386/options.msg | 22 ++++++++++++++++++++++ bootdisk/i386/syslinux-splash.png | Bin 0 -> 6141 bytes bootdisk/i386/syslinux.cfg | 7 ++++--- 4 files changed, 29 insertions(+), 16 deletions(-) create mode 100644 bootdisk/i386/options.msg create mode 100644 bootdisk/i386/syslinux-splash.png (limited to 'bootdisk') 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 0f07 key. - To install or upgrade 0cRed Hat07 Linux in text mode, type: 0ftext 07. - - To enable low resolution mode, type: 0flowres 07. - Press 0507 for more information. - - - To disable hardware probing, type: 0flinux noprobe 07. - - - To test the install media you are using, type: 0flinux mediacheck 07. - - - To enable rescue mode, type: 0flinux rescue 07. - Press 0507 for more information about rescue mode. - - - If you have a driver disk, type: 0flinux dd 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 0f07 key. + + - To install or upgrade 0cRed Hat07 Linux in text mode, type: 0ftext 07. + + - To enable low resolution mode, type: 0flowres 07. + Press 0507 for more information. + + - To disable hardware probing, type: 0flinux noprobe 07. + + - To test the install media you are using, type: 0flinux mediacheck 07. + + - To enable rescue mode, type: 0flinux rescue 07. + Press 0507 for more information about rescue mode. + + - If you have a driver disk, type: 0flinux dd 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 new file mode 100644 index 000000000..092c45ac9 Binary files /dev/null and b/bootdisk/i386/syslinux-splash.png differ 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 -- cgit