commit: aeae15d96c3f8827b3ff412ffcf6071c1e04ab77
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 7 13:26:32 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> 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 <dilfridge <AT> 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