commit: e74be22505742ea98910cd7231c76e384913f2ca
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 27 12:04:44 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Nov 27 16:05:48 2019 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=e74be225
initrd.scripts: preserve_log(): Log what we do
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
defaults/initrd.scripts | 2 ++
1 file changed, 2 insertions(+)
diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts
index dd5be3b..a81632c 100644
--- a/defaults/initrd.scripts
+++ b/defaults/initrd.scripts
@@ -1114,6 +1114,8 @@ preserve_log() {
return 1
fi
+ log_msg "Determining mountpoint of '${logfile_target}' ..."
+
local logfile_mountpoint="${logfile_target_dir}"
while [ true ]
do