From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 05253138335 for ; Wed, 27 Nov 2019 16:40:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B06D6E08EC; Wed, 27 Nov 2019 16:40:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 987C4E08EC for ; Wed, 27 Nov 2019 16:40:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93B9134D4D9 for ; Wed, 27 Nov 2019 16:40:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F54B8C4 for ; Wed, 27 Nov 2019 16:40:17 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1574870748.e74be22505742ea98910cd7231c76e384913f2ca.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: defaults/initrd.scripts X-VCS-Directories: defaults/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: e74be22505742ea98910cd7231c76e384913f2ca X-VCS-Branch: master Date: Wed, 27 Nov 2019 16:40:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8c950883-8511-4d6d-9b32-bd8f7e39fc1f X-Archives-Hash: 3aa9be48878167dd2a90a0ff6f0c4a36 commit: e74be22505742ea98910cd7231c76e384913f2ca Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Nov 27 12:04:44 2019 +0000 Commit: Thomas Deutschmann gentoo 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 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