diff options
author | Francois Pons <fpons@mandriva.com> | 2000-01-03 16:16:54 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-01-03 16:16:54 +0000 |
commit | 530019effd566e71f900dde5cff3ee53c408b8a1 (patch) | |
tree | 9cc876434d821e9782aa7876fe5e16c423099076 /make_boot_img | |
parent | cd67a9f06a34f25d7e58dc72f957edccb4f0ba02 (diff) | |
download | drakx-530019effd566e71f900dde5cff3ee53c408b8a1.tar drakx-530019effd566e71f900dde5cff3ee53c408b8a1.tar.gz drakx-530019effd566e71f900dde5cff3ee53c408b8a1.tar.bz2 drakx-530019effd566e71f900dde5cff3ee53c408b8a1.tar.xz drakx-530019effd566e71f900dde5cff3ee53c408b8a1.zip |
*** empty log message ***
Diffstat (limited to 'make_boot_img')
-rwxr-xr-x | make_boot_img | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make_boot_img b/make_boot_img index 63286d61f..ceed9091f 100755 --- a/make_boot_img +++ b/make_boot_img @@ -95,12 +95,12 @@ sub msg_boot_img { 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 -mode 0x101 -display boot.msg +${setmode}display boot.msg F1 help.msg F2 boot.msg label linux |