aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdefaults/initrd.scripts6
-rwxr-xr-xdefaults/linuxrc4
2 files changed, 5 insertions, 5 deletions
diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts
index d74ed846..25defb7c 100755
--- a/defaults/initrd.scripts
+++ b/defaults/initrd.scripts
@@ -916,13 +916,13 @@ startLUKS() {
}
sdelay() {
- # Sleep a specific number of seconds if SDELAY is set otherwise only sleep
- # 3 seconds, which is a much better default than 1 second (previous default)
+ # Sleep a specific number of seconds if SDELAY is set
if [ "${SDELAY}" ]
then
+ good_msg 'Waiting ${SDELAY} seconds...'
sleep ${SDELAY}
else
- sleep 3
+ good_msg 'Hint: Use parameter scandelay[=seconds] if you need waiting here'
fi
}
diff --git a/defaults/linuxrc b/defaults/linuxrc
index 6ce83497..e9213acd 100755
--- a/defaults/linuxrc
+++ b/defaults/linuxrc
@@ -117,7 +117,7 @@ do
SDELAY=`parse_opt "${x}"`
;;
scandelay)
- SDELAY=10
+ SDELAY=3
;;
# Module no-loads
doload\=*)
@@ -286,7 +286,7 @@ else
good_msg 'Skipping module load; no modules in the ramdisk!'
fi
-# Delay if needed for USB hardware
+# Apply scan delay if specified
sdelay
# Setup slow USB bits