diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | lib/MGA/DrakISO/BuildBoot.pm | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +- bootloader: tweak grub.cfg for use with multibootusb - drakclassic: show package dependencies at verbose level > 4 1.9 diff --git a/lib/MGA/DrakISO/BuildBoot.pm b/lib/MGA/DrakISO/BuildBoot.pm index 367bf6e..861f56a 100644 --- a/lib/MGA/DrakISO/BuildBoot.pm +++ b/lib/MGA/DrakISO/BuildBoot.pm @@ -329,7 +329,7 @@ sub build_grub2_cfg { join("\n", "if [ -z \$initialised ] ; then", - " set grub2=(\$root)/boot/grub2", + " set grub2=/boot/grub2", " export grub2", "", if_($build->{media}{overlay_label}, |