summaryrefslogtreecommitdiffstats
path: root/bootdisk
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-27 18:12:37 +0000
committerMatt Wilson <msw@redhat.com>2001-07-27 18:12:37 +0000
commit0b8c23922fa4469127c10604cb6324f57b05c815 (patch)
tree09d08d8667a7811040a4dad400910a2407b84f61 /bootdisk
parent81585a2e9000e770de4e572a54da5a06fafeb5bf (diff)
downloadanaconda-0b8c23922fa4469127c10604cb6324f57b05c815.tar.gz
anaconda-0b8c23922fa4469127c10604cb6324f57b05c815.tar.xz
anaconda-0b8c23922fa4469127c10604cb6324f57b05c815.zip
reorder the params such that the japanese boot disk generation script doesn't remove the ramdisk_size=7168 param
Diffstat (limited to 'bootdisk')
-rwxr-xr-xbootdisk/i386/syslinux.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootdisk/i386/syslinux.cfg b/bootdisk/i386/syslinux.cfg
index 599b8f67b..8f7d10066 100755
--- a/bootdisk/i386/syslinux.cfg
+++ b/bootdisk/i386/syslinux.cfg
@@ -9,7 +9,7 @@ F4 param.msg
F5 rescue.msg
label linux
kernel vmlinuz
- append initrd=initrd.img devfs=nomount vga=788 ramdisk_size=7168
+ append initrd=initrd.img devfs=nomount ramdisk_size=7168 vga=788
label text
kernel vmlinuz
append initrd=initrd.img text devfs=nomount ramdisk_size=7168