Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/
Date: Wed, 27 Nov 2019 16:40:23
Message-Id: 1574870748.e74be22505742ea98910cd7231c76e384913f2ca.whissi@gentoo
1 commit: e74be22505742ea98910cd7231c76e384913f2ca
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 27 12:04:44 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 27 16:05:48 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=e74be225
7
8 initrd.scripts: preserve_log(): Log what we do
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 defaults/initrd.scripts | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts
16 index dd5be3b..a81632c 100644
17 --- a/defaults/initrd.scripts
18 +++ b/defaults/initrd.scripts
19 @@ -1114,6 +1114,8 @@ preserve_log() {
20 return 1
21 fi
22
23 + log_msg "Determining mountpoint of '${logfile_target}' ..."
24 +
25 local logfile_mountpoint="${logfile_target_dir}"
26 while [ true ]
27 do