--- bootdisk/sparc/boot.msg | 10 ++++++++++ bootdisk/sparc/general.msg | 22 ++++++++++++++++++++++ bootdisk/sparc/options.msg | 18 ++++++++++++++++++ bootdisk/sparc/param.msg | 19 +++++++++++++++++++ bootdisk/sparc/rescue.msg | 17 +++++++++++++++++ bootdisk/sparc/silo.conf | 32 ++++++++++++++++++++++++++++++++ 6 files changed, 118 insertions(+), 0 deletions(-) create mode 100644 bootdisk/sparc/boot.msg create mode 100644 bootdisk/sparc/general.msg create mode 100644 bootdisk/sparc/options.msg create mode 100644 bootdisk/sparc/param.msg create mode 100644 bootdisk/sparc/rescue.msg create mode 100644 bootdisk/sparc/silo.conf diff --git a/bootdisk/sparc/boot.msg b/bootdisk/sparc/boot.msg new file mode 100644 index 0000000..a543e3f --- /dev/null +++ b/bootdisk/sparc/boot.msg @@ -0,0 +1,10 @@ +[H[J + Welcome to Fedora SPARC Linux! + + - To install or upgrade in graphical mode, press the [7m<ENTER>[m key. + + - To install or upgrade in text mode, type: [7mlinux text <ENTER>[m. + + - Use the function keys listed below for more information. + +[7m[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue][m diff --git a/bootdisk/sparc/general.msg b/bootdisk/sparc/general.msg new file mode 100644 index 0000000..b110e88 --- /dev/null +++ b/bootdisk/sparc/general.msg @@ -0,0 +1,22 @@ + + [7mGeneral Boot Help[m + +You are now ready to begin the installation process. In most cases, +the best way to get started is to simply press the [7m<ENTER>[m key. + +If you are having problems with the graphical installer, you can use the +'[7mresolution=<width>x<height>[m' option to try and force a +particular resolution. For example, boot with +'[7mlinux resolution=1024x768[m'. + +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 [7m<F4>[m for more information. + + +[7m[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue][m + diff --git a/bootdisk/sparc/options.msg b/bootdisk/sparc/options.msg new file mode 100644 index 0000000..02af081 --- /dev/null +++ b/bootdisk/sparc/options.msg @@ -0,0 +1,18 @@ + + [7mInstaller Boot Options[m + + - To disable hardware probing, type: [7mlinux noprobe <ENTER>[m. + + - To test the install media you are using, type: [7mlinux mediacheck <ENTER>[m. + + - To enable rescue mode, type: [7mlinux rescue <ENTER>[m. + Press [7m<F5>[m for more information about rescue mode. + + - If you have a driver disk, type: [7mlinux dd <ENTER>[m. + + - To prompt for the use of other install methods such as network + install when booting from a CD, type [7mlinux askmethod <ENTER>[m. + + - If you have an installer update disk, type: [7mlinux updates <ENTER[m>. + +[7m[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue][m diff --git a/bootdisk/sparc/param.msg b/bootdisk/sparc/param.msg new file mode 100644 index 0000000..23fcfa4 --- /dev/null +++ b/bootdisk/sparc/param.msg @@ -0,0 +1,19 @@ + + [7mKernel Parameter Help[m + +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: + + [7mlinux <options>[m + +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: + + [7mlinux mem=256M noprobe[m + + +[7m[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue][m diff --git a/bootdisk/sparc/rescue.msg b/bootdisk/sparc/rescue.msg new file mode 100644 index 0000000..07d3f34 --- /dev/null +++ b/bootdisk/sparc/rescue.msg @@ -0,0 +1,17 @@ + + [7mRescue Mode Help[m + +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 [7mlinux rescue <ENTER>[m. + + + + + +[7m[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue][m + diff --git a/bootdisk/sparc/silo.conf b/bootdisk/sparc/silo.conf new file mode 100644 index 0000000..8f59827 --- /dev/null +++ b/bootdisk/sparc/silo.conf @@ -0,0 +1,32 @@ +partition=1 +default=linux +read-write +timeout=100 +message=/boot/boot.msg +image="cat /boot/boot.msg" + label=1 + single-key +image="cat /boot/options.msg" + label=2 + single-key +image="cat /boot/general.msg" + label=3 + single-key +image="cat /boot/param.msg" + label=4 + single-key +image="cat /boot/rescue.msg" + label=5 + single-key +image[sun4u]=/boot/vmlinuz + label=linux + alias=install + initrd=/boot/initrd.img +image[sun4u]=/boot/vmlinuz + label=text + append=text + initrd=/boot/initrd.img +image[sun4u]=/boot/vmlinuz + label=ks + append=ks + initrd=/boot/initrd.img -- 1.6.2.5 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list