summaryrefslogtreecommitdiffstats
path: root/bootdisk
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2001-06-28 18:41:00 +0000
committerErik Troan <ewt@redhat.com>2001-06-28 18:41:00 +0000
commit8f22f4f6ecb8d1c927075d2694eca78edcd24d4f (patch)
treea8b9f282910cbd236934ca3ab7575154f01da684 /bootdisk
parent56a73ee9750b6afbc1dae0ccefd3c532c51f1243 (diff)
downloadanaconda-8f22f4f6ecb8d1c927075d2694eca78edcd24d4f.tar.gz
anaconda-8f22f4f6ecb8d1c927075d2694eca78edcd24d4f.tar.xz
anaconda-8f22f4f6ecb8d1c927075d2694eca78edcd24d4f.zip
make a larger ramdisk -- this should go away when we use cramfsanaconda-fairfax-beta-1
Diffstat (limited to 'bootdisk')
-rwxr-xr-xbootdisk/i386/syslinux.cfg12
1 files changed, 6 insertions, 6 deletions
diff --git a/bootdisk/i386/syslinux.cfg b/bootdisk/i386/syslinux.cfg
index cd4102a58..599b8f67b 100755
--- a/bootdisk/i386/syslinux.cfg
+++ b/bootdisk/i386/syslinux.cfg
@@ -9,19 +9,19 @@ F4 param.msg
F5 rescue.msg
label linux
kernel vmlinuz
- append initrd=initrd.img devfs=nomount vga=788
+ append initrd=initrd.img devfs=nomount vga=788 ramdisk_size=7168
label text
kernel vmlinuz
- append initrd=initrd.img text devfs=nomount
+ append initrd=initrd.img text devfs=nomount ramdisk_size=7168
label expert
kernel vmlinuz
- append expert initrd=initrd.img devfs=nomount
+ append expert initrd=initrd.img devfs=nomount ramdisk_size=7168
label ks
kernel vmlinuz
- append ks initrd=initrd.img devfs=nomount
+ append ks initrd=initrd.img devfs=nomount ramdisk_size=7168
label nofb
kernel vmlinuz
- append initrd=initrd.img devfs=nomount nofb
+ append initrd=initrd.img devfs=nomount nofb ramdisk_size=7168
label lowres
kernel vmlinuz
- append initrd=initrd.img lowres devfs=nomount
+ append initrd=initrd.img lowres devfs=nomount ramdisk_size=7168