commit: 6fc2a098b1eeac6f0aa5799da44f89742807660a
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 20:00:17 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 20:00:17 2024 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=6fc2a098
;;
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
targets/support/diskimagefs-update.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/targets/support/diskimagefs-update.sh
b/targets/support/diskimagefs-update.sh
index 28b5551f..f7da3f0f 100755
--- a/targets/support/diskimagefs-update.sh
+++ b/targets/support/diskimagefs-update.sh
@@ -74,6 +74,7 @@ case ${clst_diskimage_type} in
configure_sshd
echo "Adding sshd service"
systemctl enable sshd
+ ;;
*)
die "As yet unsupported image type"
;;