summaryrefslogtreecommitdiffstats
path: root/bootdisk/x86_64
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-09-13 16:08:45 +0000
committerJeremy Katz <katzj@redhat.com>2002-09-13 16:08:45 +0000
commit69d59b2909850cb05f3127263007c8f7f2335024 (patch)
treefaef3da8eb82bd42c02052698310a00735c8b5f7 /bootdisk/x86_64
parent94c8fb2fd8f9844e42641028d74ca9da63378ddb (diff)
downloadanaconda-69d59b2909850cb05f3127263007c8f7f2335024.tar.gz
anaconda-69d59b2909850cb05f3127263007c8f7f2335024.tar.xz
anaconda-69d59b2909850cb05f3127263007c8f7f2335024.zip
add a mk-images.x86_64 and bootdisk msg files and syslinux.cfg based off of
the i386 bits
Diffstat (limited to 'bootdisk/x86_64')
-rw-r--r--bootdisk/x86_64/boot.msg12
-rw-r--r--bootdisk/x86_64/general.msg24
-rw-r--r--bootdisk/x86_64/options.msg22
-rw-r--r--bootdisk/x86_64/param.msg24
-rw-r--r--bootdisk/x86_64/rescue.msg19
-rw-r--r--bootdisk/x86_64/snake.msg24
-rwxr-xr-xbootdisk/x86_64/syslinux.cfg28
7 files changed, 153 insertions, 0 deletions
diff --git a/bootdisk/x86_64/boot.msg b/bootdisk/x86_64/boot.msg
new file mode 100644
index 000000000..572ff35db
--- /dev/null
+++ b/bootdisk/x86_64/boot.msg
@@ -0,0 +1,12 @@
+
+splash.lss
+
+ - To install or upgrade 02Red Hat07 Linux in graphical mode,
+ press the 0f<ENTER>07 key.
+
+ - To install or upgrade 02Red Hat07 Linux in text mode, type:
+ 0flinux text <ENTER>07.
+
+ - Use the function keys listed below for more information.
+
+02[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]07
diff --git a/bootdisk/x86_64/general.msg b/bootdisk/x86_64/general.msg
new file mode 100644
index 000000000..b26f7821e
--- /dev/null
+++ b/bootdisk/x86_64/general.msg
@@ -0,0 +1,24 @@
+00
+
+
+ 09General 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 0f<ENTER>07 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 '0flinux resolution=1024x76807'. You may also want to
+try '0flinux lowres07'.
+
+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 0f<F4>07 for more information.
+
+
+02[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]07
+
diff --git a/bootdisk/x86_64/options.msg b/bootdisk/x86_64/options.msg
new file mode 100644
index 000000000..c0556c861
--- /dev/null
+++ b/bootdisk/x86_64/options.msg
@@ -0,0 +1,22 @@
+00
+
+
+ 09Installer Boot Options07
+
+ - 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 0f<F5>07 for more information about rescue mode.
+
+ - If you have a driver disk, type: 0flinux dd <ENTER>07.
+
+ - To prompt for the install method being used on a CD-ROM install,
+ type 0flinux askmethod <ENTER>07.
+
+ - If you have an installer update disk, type: 0flinux updates <ENTER>07.
+
+ - To install using a 640x480 resolution, type: 0flinux lowres07.
+
+02[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]07
diff --git a/bootdisk/x86_64/param.msg b/bootdisk/x86_64/param.msg
new file mode 100644
index 000000000..76da7ffe1
--- /dev/null
+++ b/bootdisk/x86_64/param.msg
@@ -0,0 +1,24 @@
+00
+
+
+ 09Kernel Parameter Help07
+
+Some kernel parameters can be specified on the command line and will be
+passed to the kernel. This does not include options to modules for devices
+such as ethernet cards or devices such as CD-ROM drives.
+
+To pass an option to the kernel, use the following format:
+ 0flinux <options>07
+If a different installation mode is desired, enter it after the option(s).
+
+For example, to install on a system with 128MB of RAM using noprobe mode,
+type the following:
+ 0flinux mem=128M noprobe07
+
+To pass options to modules, you will need to use the noprobe mode to disable
+PCI autoprobing. When the installer asks for your device type that needs
+an option or parameter passed to it, there will be a place to type those
+in at that time.
+
+
+02[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]07
diff --git a/bootdisk/x86_64/rescue.msg b/bootdisk/x86_64/rescue.msg
new file mode 100644
index 000000000..a5ab02492
--- /dev/null
+++ b/bootdisk/x86_64/rescue.msg
@@ -0,0 +1,19 @@
+00
+
+
+ 09Rescue Mode Help07
+
+The 02Red Hat07 Linux 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 02Red Hat07 Linux
+CDROM and type 0flinux rescue <ENTER>07.
+
+
+
+
+
+02[F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue]07
+
diff --git a/bootdisk/x86_64/snake.msg b/bootdisk/x86_64/snake.msg
new file mode 100644
index 000000000..27ff353c2
--- /dev/null
+++ b/bootdisk/x86_64/snake.msg
@@ -0,0 +1,24 @@
+00
+
+0a
+ .-=-. .--.
+ __ .' '. / " )
+ _ .' '. / .-. \ / .-'0c\0a
+ ( \ / .-. \ / / \ \ / / 0c^0a
+ \ `-` / \ `-' / \ `-` /
+ `-.-` '.____.' `.____.'
+07
+ _
+ __ _ _ __ __ _ ___ ___ _ __ __| | __ _
+ / _` | '_ \ / _` |/ __/ _ \| '_ \ / _` |/ _` |
+| (_| | | | | (_| | (_| (_) | | | | (_| | (_| |
+ \__,_|_| |_|\__,_|\___\___/|_| |_|\__,_|\__,_|
+
+
+07
+
+
+
+
+
+
diff --git a/bootdisk/x86_64/syslinux.cfg b/bootdisk/x86_64/syslinux.cfg
new file mode 100755
index 000000000..7989cfa51
--- /dev/null
+++ b/bootdisk/x86_64/syslinux.cfg
@@ -0,0 +1,28 @@
+default linux
+prompt 1
+timeout 600
+display boot.msg
+F1 boot.msg
+F2 options.msg
+F3 general.msg
+F4 param.msg
+F5 rescue.msg
+F7 snake.msg
+label linux
+ kernel vmlinuz
+ append initrd=initrd.img devfs=nomount ramdisk_size=9216
+label text
+ kernel vmlinuz
+ append initrd=initrd.img text devfs=nomount ramdisk_size=9216
+label expert
+ kernel vmlinuz
+ append expert initrd=initrd.img devfs=nomount ramdisk_size=9216
+label ks
+ kernel vmlinuz
+ append ks initrd=initrd.img devfs=nomount ramdisk_size=9216
+label nofb
+ kernel vmlinuz
+ append initrd=initrd.img devfs=nomount nofb ramdisk_size=9216
+label lowres
+ kernel vmlinuz
+ append initrd=initrd.img lowres devfs=nomount ramdisk_size=9216