diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-09-23 11:16:31 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-09-23 11:16:31 +0000 |
commit | 12248b10963cc7d8db1917935a9e8ef12639d6b9 (patch) | |
tree | b5baa83c0b8ef1667386b02c45a360ff86fa0606 | |
parent | 011f27e17080923906493e2053d106ec1ca9578a (diff) | |
download | drakx-12248b10963cc7d8db1917935a9e8ef12639d6b9.tar drakx-12248b10963cc7d8db1917935a9e8ef12639d6b9.tar.gz drakx-12248b10963cc7d8db1917935a9e8ef12639d6b9.tar.bz2 drakx-12248b10963cc7d8db1917935a9e8ef12639d6b9.tar.xz drakx-12248b10963cc7d8db1917935a9e8ef12639d6b9.zip |
fix ponsux
-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 d1058c413..269be0e5a 100755 --- a/make_boot_img +++ b/make_boot_img @@ -564,7 +564,7 @@ The following options may be added on the command line : floppy. You can choose the following kernels : -" . join('', map_index { " o 0alt$::i07 is kernel $_\n" } @kernels) . " +" . join('', map_index { " o 0falt$::i07 is kernel $_\n" } @kernels) . " " . (-e "isolinux/boot.msg" ? "0c[F1-Help] [F2-Advanced Help] [F3-Main]07" : "0c[F1-Help] [F2-Advanced Help]07") . "\n"; |