diff options
author | bfox <bfox> | 2000-12-06 21:21:55 +0000 |
---|---|---|
committer | bfox <bfox> | 2000-12-06 21:21:55 +0000 |
commit | ae8b5f821562e8702a4f76bbd19ff51201f12ccd (patch) | |
tree | 730a568bd909e657112e5e3b3ab3d00013db4a38 /bootdisk | |
parent | e483f66f86edd1f85c1196c8e7995254f4df6237 (diff) | |
download | anaconda-ae8b5f821562e8702a4f76bbd19ff51201f12ccd.tar.gz anaconda-ae8b5f821562e8702a4f76bbd19ff51201f12ccd.tar.xz anaconda-ae8b5f821562e8702a4f76bbd19ff51201f12ccd.zip |
Fixed line for lowres mode to pass "lowres" to the loader so the loader can passit to anaconda
Diffstat (limited to 'bootdisk')
-rwxr-xr-x | bootdisk/i386/syslinux.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootdisk/i386/syslinux.cfg b/bootdisk/i386/syslinux.cfg index 762affd33..8d5e787ee 100755 --- a/bootdisk/i386/syslinux.cfg +++ b/bootdisk/i386/syslinux.cfg @@ -25,4 +25,4 @@ label nofb append initrd=initrd.img devfs=nomount label lowres kernel vmlinuz - append initrd=initrd.img devfs=nomount vga=769 + append initrd=initrd.img lowres devfs=nomount vga=769 |