diff --git a/boot.msg b/boot.msg new file mode 100644 index 0000000..1254acc --- /dev/null +++ b/boot.msg @@ -0,0 +1,10 @@ + +splash.lss + + - To install or upgrade in graphical mode, press the 0b07 key. + + - To install or upgrade in text mode, type: 0blinux text 07. + + - Use the function keys listed below for more information. + +0f[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]07 diff --git a/general.msg b/general.msg new file mode 100644 index 0000000..45a8e3f --- /dev/null +++ b/general.msg @@ -0,0 +1,24 @@ +00 + + + 0eGeneral 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 0b07 key. + +If you are having problems with the graphical installer, you can use the +'0bresolution=x07' option to try and force a +particular resolution. For example, boot with +'0blinux 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 0b07 for more information. + + +0f[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]07 + diff --git a/isolinux.cfg b/isolinux.cfg new file mode 100755 index 0000000..ce8316a --- /dev/null +++ b/isolinux.cfg @@ -0,0 +1,24 @@ +default linux +prompt 1 +timeout 600 +display boot.msg +F1 boot.msg +F2 options.msg +F3 general.msg +F4 param.msg +F5 rescue.msg +label linux + kernel vmlinuz + append initrd=initrd.img +label text + kernel vmlinuz + append initrd=initrd.img text +label ks + kernel vmlinuz + append ks initrd=initrd.img +label local + localboot 1 +label memtest86 + kernel memtest + append - + diff --git a/options.msg b/options.msg new file mode 100644 index 0000000..cac313a --- /dev/null +++ b/options.msg @@ -0,0 +1,23 @@ +00 + + + 0eInstaller Boot Options07 + + - To disable hardware probing, type: 0blinux noprobe 07. + + - To test the install media you are using, type: 0blinux mediacheck 07. + + - To enable rescue mode, type: 0blinux rescue 07. + Press 0b07 for more information about rescue mode. + + - If you have a driver disk, type: 0blinux dd 07. + + - To prompt for the use of other install methods such as network + install when booting from a CD, type 0blinux askmethod 07. + + - If you have an installer update disk, type: 0blinux updates 07. + + - To test the memory in your system type: 0bmemtest86 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/param.msg b/param.msg new file mode 100644 index 0000000..8edbd7b --- /dev/null +++ b/param.msg @@ -0,0 +1,21 @@ +00 + + + 0eKernel 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: + + 0blinux 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: + + 0blinux mem=256M noprobe07 + + +0f[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]07 diff --git a/render.conf.tpl b/render.conf.tpl new file mode 100644 index 0000000..7019de3 --- /dev/null +++ b/render.conf.tpl @@ -0,0 +1,10 @@ +[syslinux-splash.png] +render-type = "svg" +render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Syslinux/syslinux-splash.svgz" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Final/ffffff/ffffff-0/48/centos.png:x48+20+232" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Numbers/Final/ffffff/ffffff-0/96/5.png:x96+300+184" + +[syslinux-splash.lss] +render-type = "palette" +render-from = "Final/syslinux-splash.png" +palette-gpl = "${TCAR_BASEDIR}/Artworks/Themes/Motifs/${MOTIF}/Palettes/syslinux.gpl" diff --git a/rescue.msg b/rescue.msg new file mode 100644 index 0000000..3a50a5e --- /dev/null +++ b/rescue.msg @@ -0,0 +1,19 @@ +00 + + + 0eRescue 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 0blinux rescue 07. + + + + + +0f[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]07 + diff --git a/syslinux-splash.svgz b/syslinux-splash.svgz new file mode 100644 index 0000000..9b64c97 Binary files /dev/null and b/syslinux-splash.svgz differ