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

Michael Tautschnig mt at alioth.debian.org
Sat Sep 25 09:11:55 UTC 2010


Author: mt
Date: 2010-09-25 09:11:54 +0000 (Sat, 25 Sep 2010)
New Revision: 6078

Modified:
   branches/experimental/patches/grub-pc
Log:
only add lvm and raid modules, all the rest will hopefully be auto-deteced by
grub


Modified: branches/experimental/patches/grub-pc
===================================================================
--- branches/experimental/patches/grub-pc	2010-09-24 21:22:52 UTC (rev 6077)
+++ branches/experimental/patches/grub-pc	2010-09-25 09:11:54 UTC (rev 6078)
@@ -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 msdospart ext2 lvm raid" "$grub_dev"
++  $ROOTCMD /usr/sbin/grub-install --no-floppy --modules="lvm raid" "$grub_dev"
 +done
 +
 +$ROOTCMD update-grub




More information about the Fai-commit mailing list