diff options
Diffstat (limited to 'make_boot_img')
-rwxr-xr-x | make_boot_img | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/make_boot_img b/make_boot_img index ff3e84e71..7bf90bdce 100755 --- a/make_boot_img +++ b/make_boot_img @@ -81,12 +81,11 @@ sub boot_img_i386 { -f "$type.rdz" ? _ "cp -f $type.rdz $mnt" : initrd("${mnt}2", "$mnt/$type.rdz"); my $timeout = $ks ? 1 : 72; - my $setmode = !($type eq 'hd') && "mode 0x101\n"; output("$mnt/syslinux.cfg", " default linux prompt 1 timeout $timeout -${setmode}display boot.msg +display boot.msg F1 help.msg F2 boot.msg label linux |