diff options
author | Francois Pons <fpons@mandriva.com> | 2002-07-22 17:46:57 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-07-22 17:46:57 +0000 |
commit | 8ffba9550db41e7e25fa7f03424954dea1644fbc (patch) | |
tree | 80d39e6e22a6db7ee37577d2f84e9a84f78b6568 /make_boot_img | |
parent | 4984d205aa47c4513ed3fa4c2215ccb543d2e920 (diff) | |
download | drakx-8ffba9550db41e7e25fa7f03424954dea1644fbc.tar drakx-8ffba9550db41e7e25fa7f03424954dea1644fbc.tar.gz drakx-8ffba9550db41e7e25fa7f03424954dea1644fbc.tar.bz2 drakx-8ffba9550db41e7e25fa7f03424954dea1644fbc.tar.xz drakx-8ffba9550db41e7e25fa7f03424954dea1644fbc.zip |
make F1 go back to console mode.
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 0831dbdf2..c37f8c1dc 100755 --- a/make_boot_img +++ b/make_boot_img @@ -509,7 +509,7 @@ F1 help.msg" : "display help.msg") . " append changedisk initrd=alt$::i/all.rdz $default_append $default_vga " } @kernels); - output "isolinux/help.msg", + output "isolinux/help.msg", (-e "isolinux/boot.msg" && pack "C*", 0x0E, 0x03, 0x00) . "This is a special bootable CDROM giving you a choice between various kernels. The default is kernel $main. |