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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 85103158232 for ; Sat, 7 Dec 2024 13:27:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D121FE0F9B; Sat, 7 Dec 2024 13:26:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3313E0F9B for ; Sat, 7 Dec 2024 13:26:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B762B342FF9 for ; Sat, 7 Dec 2024 13:26:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 506FDF96 for ; Sat, 7 Dec 2024 13:26:57 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1733577992.aeae15d96c3f8827b3ff412ffcf6071c1e04ab77.dilfridge@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/diskimagefs-update.sh X-VCS-Directories: targets/support/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: aeae15d96c3f8827b3ff412ffcf6071c1e04ab77 X-VCS-Branch: master Date: Sat, 7 Dec 2024 13:26:57 +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: da986624-017b-4cda-8afe-ba1163291c46 X-Archives-Hash: 37e0ff213e712e77d8b9e44a4700a713 commit: aeae15d96c3f8827b3ff412ffcf6071c1e04ab77 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Dec 7 13:26:32 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Dec 7 13:26:32 2024 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=aeae15d9 Cosmetic output fixes Signed-off-by: Andreas K. Hüttel gentoo.org> targets/support/diskimagefs-update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/targets/support/diskimagefs-update.sh b/targets/support/diskimagefs-update.sh index bc7832e4..fa4ee807 100755 --- a/targets/support/diskimagefs-update.sh +++ b/targets/support/diskimagefs-update.sh @@ -67,7 +67,8 @@ case ${clst_diskimage_type} in configure_dhcp ;; ssh) - echo "Setting up ssh log-in image, using key ${xxx}" + echo "Setting up ssh log-in image, using the following key" + echo " ${clst_diskimage_sshkey}" echo "Running systemd-firstboot" systemd-firstboot --timezone=UTC || die "Failed running systemd-firstboot" configure_dhcp