Here's the patch:
Index: 10-setup =================================================================== --- 10-setup (revision 875) +++ 10-setup (working copy) @@ -5,6 +5,8 @@ $ROOTCMD grub-mkdevicemap -n -m /boot/grub/device.map $ROOTCMD grub-mkconfig -o /boot/grub/grub.cfg -$ROOTCMD grub-install --no-floppy "(hd0)" +GROOT=$($ROOTCMD grub-probe -tdrive -d $BOOT_DEVICE) +$ROOTCMD grub-install --no-floppy "$GROOT" +echo "Grub installed on $BOOT_DEVICE = $GROOT" exit $error -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

