aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--defaults/linuxrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/defaults/linuxrc b/defaults/linuxrc
index bd6d192d..81e10508 100644
--- a/defaults/linuxrc
+++ b/defaults/linuxrc
@@ -646,6 +646,8 @@ then
RESUME_DEV=""
retval=1
+ good_msg "Determining resume device (trying ${REAL_RESUME}) ..."
+
if [ ${retval} -ne 0 ]
then
RESUME_DEV=$(findfs "${REAL_RESUME}" 2>/dev/null)
@@ -660,7 +662,7 @@ then
if [ ${retval} -eq 0 ] && [ -n "${RESUME_DEV}" ]
then
- good_msg "Detected real_resume=${RESUME_DEV}"
+ good_msg "Resume device detected as ${RESUME_DEV}!"
REAL_RESUME="${RESUME_DEV}"
fi
;;