[Fai-commit] r4826 - people/michael/features/setup_harddisks_2/implementation/lib

mt at alioth.debian.org mt at alioth.debian.org
Fri Dec 14 22:32:33 UTC 2007


Author: mt
Date: 2007-12-14 22:32:33 +0000 (Fri, 14 Dec 2007)
New Revision: 4826

Modified:
   people/michael/features/setup_harddisks_2/implementation/lib/fstab.pm
Log:
Hmmm, maybe it was all too fast...


Modified: people/michael/features/setup_harddisks_2/implementation/lib/fstab.pm
===================================================================
--- people/michael/features/setup_harddisks_2/implementation/lib/fstab.pm	2007-12-14 22:29:30 UTC (rev 4825)
+++ people/michael/features/setup_harddisks_2/implementation/lib/fstab.pm	2007-12-14 22:32:33 UTC (rev 4826)
@@ -53,6 +53,9 @@
 
   # the file to be returned, a list of lines
   my @fstab = ();
+      
+  # wait for udev to set up all devices
+  push @FAI::commands, "udevsettle --timeout=10";
 
   # walk through all configured parts
   # the order of entries is most likely wrong, it is fixed at the end




More information about the Fai-commit mailing list