summaryrefslogtreecommitdiffstats
path: root/bootdisk
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-09-22 23:02:04 +0000
committerJeremy Katz <katzj@redhat.com>2003-09-22 23:02:04 +0000
commit709cdef8ae16c173604c6aee7b67c64f21c23013 (patch)
treef8c319aacac75dfbeff578ca13ea3e24f7e57770 /bootdisk
parent870234f09d404f7188e2430013ec11cd4f8878ab (diff)
downloadanaconda-709cdef8ae16c173604c6aee7b67c64f21c23013.tar.gz
anaconda-709cdef8ae16c173604c6aee7b67c64f21c23013.tar.xz
anaconda-709cdef8ae16c173604c6aee7b67c64f21c23013.zip
add ramdisk_size for now, sent patch to rhkernel-list to bump in the kernel
Diffstat (limited to 'bootdisk')
-rwxr-xr-xbootdisk/i386/syslinux.cfg10
1 files changed, 5 insertions, 5 deletions
diff --git a/bootdisk/i386/syslinux.cfg b/bootdisk/i386/syslinux.cfg
index d9088605f..1afa312d7 100755
--- a/bootdisk/i386/syslinux.cfg
+++ b/bootdisk/i386/syslinux.cfg
@@ -10,16 +10,16 @@ F5 rescue.msg
F7 snake.msg
label linux
kernel vmlinuz
- append initrd=initrd.img
+ append initrd=initrd.img ramdisk_size=8192
label text
kernel vmlinuz
- append initrd=initrd.img text
+ append initrd=initrd.img text ramdisk_size=8192
label expert
kernel vmlinuz
- append expert initrd=initrd.img
+ append expert initrd=initrd.img ramdisk_size=8192
label ks
kernel vmlinuz
- append ks initrd=initrd.img
+ append ks initrd=initrd.img ramdisk_size=8192
label lowres
kernel vmlinuz
- append initrd=initrd.img lowres
+ append initrd=initrd.img lowres ramdisk_size=8192