[Fai-commit] r6056 - branches/experimental/patches

Michael Tautschnig mt at alioth.debian.org
Fri Sep 17 16:14:37 UTC 2010


Author: mt
Date: 2010-09-17 16:14:28 +0000 (Fri, 17 Sep 2010)
New Revision: 6056

Modified:
   branches/experimental/patches/grub-pc
Log:
The GRUB module name seems to be msdospart, not part_msdos


Modified: branches/experimental/patches/grub-pc
===================================================================
--- branches/experimental/patches/grub-pc	2010-09-17 15:55:05 UTC (rev 6055)
+++ branches/experimental/patches/grub-pc	2010-09-17 16:14:28 UTC (rev 6056)
@@ -63,7 +63,7 @@
 +    grub_dev=$(echo $device | sed 's#^/dev/##')
 +    grub_dev="($grub_dev)"
 +  fi
-+  $ROOTCMD /usr/sbin/grub-install --no-floppy --modules="biosdisk part_msdos ext2 lvm raid" "$grub_dev"
++  $ROOTCMD /usr/sbin/grub-install --no-floppy --modules="biosdisk msdospart ext2 lvm raid" "$grub_dev"
 +done
 +
 +$ROOTCMD update-grub




More information about the Fai-commit mailing list