aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-07-13 19:36:12 +0200
committer Eric Hameleers <alien@slackware.com>2022-07-13 19:36:12 +0200
commit499e66ccc7a2605d824aff0e25a089a2d43ed498 (patch)
treee4afb0807b2fee7f8111140680cd7d1ff805f5f7
parentd69f017d4e29d8ec729f0c2af465fa1a9073b5a1 (diff)
downloadliveslak-499e66ccc7a2605d824aff0e25a089a2d43ed498.tar.gz
liveslak-499e66ccc7a2605d824aff0e25a089a2d43ed498.tar.xz
On boot, inform user about the amount of seconds of rootdelay
-rw-r--r--liveinit.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/liveinit.tpl b/liveinit.tpl
index da97603..c93af00 100644
--- a/liveinit.tpl
+++ b/liveinit.tpl
@@ -368,6 +368,7 @@ fi
# Sometimes the devices need extra time to be available.
# A root filesystem on USB is a good example of that.
+echo "${MARKER}: Sleeping $WAIT seconds to give slow USB devices some time."
sleep $WAIT
# Fire at least one blkid:
blkid 1>/dev/null 2>/dev/null