diff options
Diffstat (limited to 'make_boot_img')
-rwxr-xr-x | make_boot_img | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make_boot_img b/make_boot_img index e4bea7468..6ba6d0d2a 100755 --- a/make_boot_img +++ b/make_boot_img @@ -60,7 +60,7 @@ default linux prompt 0 label linux kernel vmlinuz - append $ks initrd=initrd.gz mdkinst $type + append $ks ramdisk=32000 initrd=initrd.gz mdkinst $type "); _ "cp -f install/installinit/ks.cfg $mnt 2>/dev/null" if $ks; _ "sync"; |