summaryrefslogtreecommitdiff
path: root/hooks/md
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2006-03-26 22:37:51 +0200
committermaximilian attems <maks@debian.org>2006-03-26 22:37:51 +0200
commitfac756fddb6da3efbbfe99c3c9b0644346ecc695 (patch)
tree3910cbeb5566ab766aeb50a4eb4ac9d3067cbb46 /hooks/md
parent4b5cc6ce7567a7075802dd8c3e47dd7cf8e84627 (diff)
downloadinitramfs-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 'hooks/md')
-rwxr-xr-xhooks/md2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/md b/hooks/md
index c020c3a..becaba1 100755
--- a/hooks/md
+++ b/hooks/md
@@ -23,6 +23,6 @@ fi
copy_exec /sbin/mdadm /sbin
copy_exec /sbin/mdrun /sbin
-for x in md linear raid0 raid1 raid5 raid6; do
+for x in md linear raid0 raid1 raid5 raid6 raid10; do
manual_add_modules ${x}
done