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/functions | |
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/functions')
-rw-r--r-- | scripts/functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/functions b/scripts/functions index cde870d..da77542 100644 --- a/scripts/functions +++ b/scripts/functions @@ -170,7 +170,7 @@ load_modules() then continue; else - modprobe -q $m + modprobe -Qb $m fi done fi |