aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-10-13 22:00:17 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-10-13 22:00:17 +0200
commit6fc2a098b1eeac6f0aa5799da44f89742807660a (patch)
tree940f21c04fe73c47087bb9337b856e98f8a8facf
parentDefault to C.UTF-8 same as the ISO (diff)
downloadcatalyst-dilfridge/qcow2-v2.tar.gz
catalyst-dilfridge/qcow2-v2.tar.bz2
catalyst-dilfridge/qcow2-v2.zip
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rwxr-xr-xtargets/support/diskimagefs-update.sh1
1 files changed, 1 insertions, 0 deletions
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"
;;