diff options
author | maximilian attems <maks@debian.org> | 2006-03-14 10:21:02 +0100 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2006-03-14 10:21:02 +0100 |
commit | 161cd9fd2df641037edf53d72d096b0f87dd06f1 (patch) | |
tree | c3eb98bc4e11204f242bfdf9dc2047855bb4e087 /scripts | |
parent | ff26ba49cc41fae343e9acc9af486ee8d3e6b1ba (diff) | |
download | initramfs-tools-161cd9fd2df641037edf53d72d096b0f87dd06f1.tar.gz initramfs-tools-161cd9fd2df641037edf53d72d096b0f87dd06f1.zip |
use quiet for fs module loading
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/local b/scripts/local index 979f07d..917528a 100644 --- a/scripts/local +++ b/scripts/local @@ -25,7 +25,7 @@ mountroot () fi # FIXME This has no error checking - modprobe ${FSTYPE} + modprobe -q ${FSTYPE} # FIXME This has no error checking # Mount root |