[PATCH 05/10] add the files for sparc boot config

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 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 @@
+
+                   Welcome to Fedora SPARC Linux!
+
+ -  To install or upgrade in graphical mode, press the <ENTER> key.
+
+ -  To install or upgrade in text mode, type: linux text <ENTER>.
+
+ -  Use the function keys listed below for more information.
+
+[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]
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 @@
+
+                        General Boot Help
+
+You are now ready to begin the installation process.  In most cases, 
+the best way to get started is to simply press the <ENTER> key.
+
+If you are having problems with the graphical installer, you can use the 
+'resolution=<width>x<height>' option to try and force a
+particular resolution. For example, boot with 
+'linux resolution=1024x768'.  
+
+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 <F4> for more information. 
+
+
+[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]
+
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 @@
+
+                       Installer Boot Options
+
+ -  To disable hardware probing, type: linux noprobe <ENTER>.  
+
+ -  To test the install media you are using, type: linux mediacheck <ENTER>.  
+
+ -  To enable rescue mode, type: linux rescue <ENTER>.  
+    Press <F5> for more information about rescue mode.
+
+ -  If you have a driver disk, type: linux dd <ENTER>.
+
+ -  To prompt for the use of other install methods such as network
+    install when booting from a CD, type linux askmethod <ENTER>.
+
+ -  If you have an installer update disk, type: linux updates <ENTER>.
+
+[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]
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 @@
+
+                        Kernel Parameter Help
+
+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:
+
+     linux <options>
+
+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:
+
+     linux mem=256M noprobe
+
+
+[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]
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 @@
+
+                        Rescue Mode Help
+
+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 linux rescue <ENTER>.
+
+
+
+
+
+[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]
+
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

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux