diff options
-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"; |