From 499e66ccc7a2605d824aff0e25a089a2d43ed498 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 13 Jul 2022 19:36:12 +0200 Subject: On boot, inform user about the amount of seconds of rootdelay --- liveinit.tpl | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3