diff options
Diffstat (limited to 'install/autodetect')
-rw-r--r-- | install/autodetect | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/install/autodetect b/install/autodetect index 69619c0..4001977 100644 --- a/install/autodetect +++ b/install/autodetect @@ -25,6 +25,10 @@ build() { error "Insufficient permission to perform autodetection for mdadm devices" raid_autodetect_failed=1 fi + + if (( !QUIET )) && [[ -s $MODULE_FILE ]]; then + plain "caching %d modules" $(wc -l < "$MODULE_FILE") + fi } help() { |