diff options
| author | maximilian attems <maks@debian.org> | 2006-03-26 22:37:51 +0200 |
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2006-03-26 22:37:51 +0200 |
| commit | fac756fddb6da3efbbfe99c3c9b0644346ecc695 (patch) | |
| tree | 3910cbeb5566ab766aeb50a4eb4ac9d3067cbb46 /scripts/local-top/md | |
| parent | 4b5cc6ce7567a7075802dd8c3e47dd7cf8e84627 (diff) | |
| download | initramfs-tools-fac756fddb6da3efbbfe99c3c9b0644346ecc695.tar.gz initramfs-tools-fac756fddb6da3efbbfe99c3c9b0644346ecc695.zip | |
Resynch with 0.40ubuntu28
add raid10 module
move the loop waiting code to mountroot()
leaves only ide-generic from scripts/local-top/udev_helper
md pre-requesites the udev one
Diffstat (limited to 'scripts/local-top/md')
| -rwxr-xr-x | scripts/local-top/md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/local-top/md b/scripts/local-top/md index c7515fe..aa48474 100755 --- a/scripts/local-top/md +++ b/scripts/local-top/md @@ -1,6 +1,6 @@ #!/bin/sh -PREREQ="" +PREREQ="udev_helper" prereqs() { |
