Parent Directory
|
Revision Log
|
Patch
| revision 4825 by michael-guest, Sun Nov 11 21:51:39 2007 UTC | revision 4826 by mt, Fri Dec 14 22:32:33 2007 UTC | |
|---|---|---|
| # | Line 53 sub generate_fstab { | Line 53 sub generate_fstab { |
| 53 | ||
| 54 | # the file to be returned, a list of lines | # the file to be returned, a list of lines |
| 55 | my @fstab = (); | my @fstab = (); |
| 56 | ||
| 57 | # wait for udev to set up all devices | |
| 58 | push @FAI::commands, "udevsettle --timeout=10"; | |
| 59 | ||
| 60 | # walk through all configured parts | # walk through all configured parts |
| 61 | # the order of entries is most likely wrong, it is fixed at the end | # the order of entries is most likely wrong, it is fixed at the end |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |