summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-01-23 10:14:50 -0500
committerChris Lumens <clumens@redhat.com>2009-01-23 15:57:29 -0500
commitca03a50a7c1d24e9472cd36f2057dfa30091c463 (patch)
treef43add5be3dca6c73dc959c2dfbe8607abc0d2c7
parent4cbdd5ba20ace00de91611bfe86b1b27bc6453f9 (diff)
downloadanaconda-ca03a50a7c1d24e9472cd36f2057dfa30091c463.tar.gz
anaconda-ca03a50a7c1d24e9472cd36f2057dfa30091c463.tar.xz
anaconda-ca03a50a7c1d24e9472cd36f2057dfa30091c463.zip
Add a boot target for the xdriver=vesa parameter and document it.
-rw-r--r--bootdisk/i386/options.msg2
-rw-r--r--bootdisk/i386/syslinux.cfg4
-rw-r--r--bootdisk/x86_64/options.msg2
-rw-r--r--bootdisk/x86_64/syslinux.cfg4
4 files changed, 12 insertions, 0 deletions
diff --git a/bootdisk/i386/options.msg b/bootdisk/i386/options.msg
index 56e6e1847..bd9bb87b1 100644
--- a/bootdisk/i386/options.msg
+++ b/bootdisk/i386/options.msg
@@ -17,6 +17,8 @@
- If you have an installer update disk, type: 01linux updates <ENTER>07.
+ - If you have video driver problems, type: 01linux xdriver=vesa <ENTER>07.
+
- To test the memory in your system type: 01memtest86 <ENTER>07.
(This option is only available when booting from CD.)
diff --git a/bootdisk/i386/syslinux.cfg b/bootdisk/i386/syslinux.cfg
index 012e6f6d1..a158a9a5e 100644
--- a/bootdisk/i386/syslinux.cfg
+++ b/bootdisk/i386/syslinux.cfg
@@ -25,6 +25,10 @@ label linux
menu default
kernel vmlinuz
append initrd=initrd.img
+label vesa
+ menu label Install system with ^basic video driver
+ kernel vmlinuz
+ append initrd=initrd.img xdriver=vesa
label rescue
menu label ^Rescue installed system
kernel vmlinuz
diff --git a/bootdisk/x86_64/options.msg b/bootdisk/x86_64/options.msg
index 56e6e1847..bd9bb87b1 100644
--- a/bootdisk/x86_64/options.msg
+++ b/bootdisk/x86_64/options.msg
@@ -17,6 +17,8 @@
- If you have an installer update disk, type: 01linux updates <ENTER>07.
+ - If you have video driver problems, type: 01linux xdriver=vesa <ENTER>07.
+
- To test the memory in your system type: 01memtest86 <ENTER>07.
(This option is only available when booting from CD.)
diff --git a/bootdisk/x86_64/syslinux.cfg b/bootdisk/x86_64/syslinux.cfg
index 012e6f6d1..a158a9a5e 100644
--- a/bootdisk/x86_64/syslinux.cfg
+++ b/bootdisk/x86_64/syslinux.cfg
@@ -25,6 +25,10 @@ label linux
menu default
kernel vmlinuz
append initrd=initrd.img
+label vesa
+ menu label Install system with ^basic video driver
+ kernel vmlinuz
+ append initrd=initrd.img xdriver=vesa
label rescue
menu label ^Rescue installed system
kernel vmlinuz