diff options
Diffstat (limited to 'images/make_boot_img')
-rwxr-xr-x | images/make_boot_img | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/images/make_boot_img b/images/make_boot_img index 34c521865..3a1bec485 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -396,8 +396,8 @@ fallback 1 title Mageia Install root (hd0,0) -kernel /cauldron/isolinux/alt0/vmlinuz $default_append $default_acpi $default_vga $default_iswmd automatic=method:disk -initrd /cauldron/isolinux/alt0/all.rdz +kernel /8/isolinux/alt0/vmlinuz $default_append $default_acpi $default_vga $default_iswmd automatic=method:disk +initrd /8/isolinux/alt0/all.rdz title Help @@ -411,7 +411,7 @@ pause Then change "root (hd0,0)". FYI: pause - (hd0,0) is the first partition on first bios hard drive (usually hda1) pause - (hd0,4) is the first extended partition (usually hda5) pause - (hd1,0) is the first partition on second bios hard drive -pause Replace /cauldron to suit the directory containing Mageia +pause Replace /8 to suit the directory containing Mageia pause . pause HELP END EOF |