diff options
-rwxr-xr-x | make_boot_img | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/make_boot_img b/make_boot_img index c37f8c1dc..c26939f6f 100755 --- a/make_boot_img +++ b/make_boot_img @@ -501,17 +501,22 @@ F1 help.msg" : "display help.msg") . " " . join('', map { "label $_->[0] kernel alt0/vmlinuz - append changedisk initrd=alt0/all.rdz $_->[1] + append initrd=alt0/all.rdz $_->[1] automatic=method:cdrom " } entries_append('all')) . join('', map_index { "label alt$::i kernel alt$::i/vmlinuz - append changedisk initrd=alt$::i/all.rdz $default_append $default_vga + append initrd=alt$::i/all.rdz $default_append $default_vga " } @kernels); 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. +"Welcome to Mandrake Linux Installation. -The default is kernel $main. -" . join('', map_index { $::i ? "\"alt$::i\" is kernel $_\n" : '' } @kernels); +If you want more installations options (install from hard +disk, network, etc), select the kernel you wish to use for +this installation. Or you may just type Enter, so that the +automatic CDROM installation will proceed, with the default +kernel ($main). + +" . join('', map_index { "\"alt$::i\" is kernel $_\n" } @kernels); } |