* util/i386/pc/grub-install.in (install_drive): Remove the BSD
partition number.
(grub_drive): Likewise.
+2009-04-13 Felix Zielcke <fzielcke@z-51.de>
+
+ * util/i386/pc/grub-install.in (install_drive): Remove the BSD
+ partition number.
+ (grub_drive): Likewise.
+
2009-04-13 David S. Miller <davem@davemloft.net>
* kern/sparc64/ieee1275/ieee1275.c: New file.
grub_drive="`$grub_probe --target=drive --device ${grub_device}`"
# Strip partition number
- install_drive="`echo ${install_drive} | sed -e s/,[0-9]*//g`"
- grub_drive="`echo ${grub_drive} | sed -e s/,[0-9]*//g`"
+ install_drive="`echo ${install_drive} | sed -e s/,[0-9]*[a-z]*//g`"
+ grub_drive="`echo ${grub_drive} | sed -e s/,[0-9]*[a-z]*//g`"
if [ "${target_cpu}-${platform}" != "i386-pc" ] ; then
# generic method (used on coreboot)
uuid="`$grub_probe --target=fs_uuid --device ${grub_device}`"