diff options
author | Thomas Backlund <tmb@mageia.org> | 2021-02-14 22:07:22 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2021-02-14 22:07:22 +0200 |
commit | bd8b1884e1304cd7048a412eac7948d03f6c5370 (patch) | |
tree | 3e87eb11111fb6d0cd9c47d6ed473154458413b9 /images/make_boot_img | |
parent | 5adc047c82124f42f858c6eb5fec3a7e220bebdb (diff) | |
download | drakx-bd8b1884e1304cd7048a412eac7948d03f6c5370.tar drakx-bd8b1884e1304cd7048a412eac7948d03f6c5370.tar.gz drakx-bd8b1884e1304cd7048a412eac7948d03f6c5370.tar.bz2 drakx-bd8b1884e1304cd7048a412eac7948d03f6c5370.tar.xz drakx-bd8b1884e1304cd7048a412eac7948d03f6c5370.zip |
drop cauldron references
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 |