"part_" to partmap module names, in line with grub-install.
Reported by: Jindřich Makovička (Debian bug #584426).
+2010-06-04 Colin Watson <cjwatson@ubuntu.com>
+
+ * util/grub-mkconfig_lib.in (prepare_grub_to_access_device): Prepend
+ "part_" to partmap module names, in line with grub-install.
+ Reported by: Jindřich Makovička (Debian bug #584426).
+
2010-06-04 Colin Watson <cjwatson@ubuntu.com>
* util/grub-mkimage.c: Make target-related error messages slightly
partmap="`${grub_probe} --device ${device} --target=partmap`"
for module in ${partmap} ; do
- echo "insmod ${module}"
+ echo "insmod part_${module}"
done
fs="`${grub_probe} --device ${device} --target=fs`"