diff options
author | Francois Pons <fpons@mandriva.com> | 2002-08-21 10:46:05 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-08-21 10:46:05 +0000 |
commit | cbb1c62ed4f28076bd40f02f367125a3f8389817 (patch) | |
tree | 8c478cc9d8a98be6e00ce6152a1522b7d8bb4e95 | |
parent | 2017225e31acc18f61de7802abe2e22ae9b4a353 (diff) | |
download | drakx-cbb1c62ed4f28076bd40f02f367125a3f8389817.tar drakx-cbb1c62ed4f28076bd40f02f367125a3f8389817.tar.gz drakx-cbb1c62ed4f28076bd40f02f367125a3f8389817.tar.bz2 drakx-cbb1c62ed4f28076bd40f02f367125a3f8389817.tar.xz drakx-cbb1c62ed4f28076bd40f02f367125a3f8389817.zip |
fixed missing new line in isolinux.cfg file (F2 and F3 not working).
-rwxr-xr-x | make_boot_img | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make_boot_img b/make_boot_img index 47955d562..ff2b7ebf8 100755 --- a/make_boot_img +++ b/make_boot_img @@ -498,7 +498,8 @@ prompt 1 timeout 150 " . (-e "isolinux/boot.msg" ? "display boot.msg" : "display help.msg") . " F1 help.msg -F2 advanced.msg" . (-e "isolinux/boot.msg" && "F3 boot.msg") . " +F2 advanced.msg +" . (-e "isolinux/boot.msg" && "F3 boot.msg") . " " . join('', map { "label $_->[0] kernel alt0/vmlinuz |