diff options
| author | maximilian attems <maks@debian.org> | 2005-12-12 11:52:57 +0100 |
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2005-12-12 11:52:57 +0100 |
| commit | 1c8330542d7a5d35c10e02db4e210352517176b3 (patch) | |
| tree | a8b0e6f6ac9229f94277bae096f18e88356a518d /scripts/local-top/evms | |
| parent | 0734f56e32c5711ef4a046146c40efcabdfdda00 (diff) | |
| download | initramfs-tools-1c8330542d7a5d35c10e02db4e210352517176b3.tar.gz initramfs-tools-1c8330542d7a5d35c10e02db4e210352517176b3.zip | |
debian's module-init-tools of testing doesn't have yet the
modprobe -Qb interface, keep the change for next time. :(
Diffstat (limited to 'scripts/local-top/evms')
| -rwxr-xr-x | scripts/local-top/evms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/local-top/evms b/scripts/local-top/evms index 563a9ae..46fca5d 100755 --- a/scripts/local-top/evms +++ b/scripts/local-top/evms @@ -26,7 +26,7 @@ esac unset evms for module in dm-mod linear raid0 raid1 raid10 raid5 raid6; do - modprobe -Qb $module + modprobe -q $module done /sbin/evms_activate |
