diff options
author | Thomas Backlund <tmb@mageia.org> | 2021-02-27 11:02:03 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2021-02-27 11:02:03 +0200 |
commit | 0ac8c02990aa9563d15e57522add31d31195151d (patch) | |
tree | e5e6476dffc73a2c8ef5fc0d809e0b1cb94ef40a /images/make_boot_img | |
parent | f650a9e011ce8d8d2203674edfb0a5ecf597c93a (diff) | |
download | drakx-0ac8c02990aa9563d15e57522add31d31195151d.tar drakx-0ac8c02990aa9563d15e57522add31d31195151d.tar.gz drakx-0ac8c02990aa9563d15e57522add31d31195151d.tar.bz2 drakx-0ac8c02990aa9563d15e57522add31d31195151d.tar.xz drakx-0ac8c02990aa9563d15e57522add31d31195151d.zip |
re-add 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 11f4865b4..bb6644c01 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -396,8 +396,8 @@ fallback 1 title Mageia Install root (hd0,0) -kernel /8/isolinux/alt0/vmlinuz $default_append $default_acpi $default_vga $default_iswmd automatic=method:disk -initrd /8/isolinux/alt0/all.rdz +kernel /cauldron/isolinux/alt0/vmlinuz $default_append $default_acpi $default_vga $default_iswmd automatic=method:disk +initrd /cauldron/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 /8 to suit the directory containing Mageia +pause Replace /cauldron to suit the directory containing Mageia pause . pause HELP END EOF |