diff options
| author | maximilian attems <maks@debian.org> | 2005-12-12 11:21:27 +0100 |
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2005-12-12 11:21:27 +0100 |
| commit | 7c5923bbc4ec57eb144b773c0abc8711ffda292a (patch) | |
| tree | 7ad76117beb41c4a09a2e0bb3b53bcd94348b11f /scripts/local-top/md | |
| parent | edfcf7ea648bc07435064df4d8c603db7d26aa56 (diff) | |
| download | initramfs-tools-7c5923bbc4ec57eb144b773c0abc8711ffda292a.tar.gz initramfs-tools-7c5923bbc4ec57eb144b773c0abc8711ffda292a.zip | |
merge ubuntu modprobe silence stuff
and cp all /etc/modprobe.d :)
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..4132159 100755 --- a/scripts/local-top/md +++ b/scripts/local-top/md @@ -25,7 +25,7 @@ for x in /dev/hd[a-z][0-9]* /dev/sd[a-z][0-9]*; do fi raidlvl=$(mdadm --examine ${x} 2>/dev/null | grep "Level" | sed -e 's/.*Raid Level : \(.*\)/\1/') if [ "$raidlvl" ]; then - modprobe -q ${raidlvl} 2>/dev/null + modprobe -Qb ${raidlvl} 2>/dev/null gotraid=y fi done |
