diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-10-13 22:00:17 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-10-13 22:00:17 +0200 |
commit | 6fc2a098b1eeac6f0aa5799da44f89742807660a (patch) | |
tree | 940f21c04fe73c47087bb9337b856e98f8a8facf | |
parent | Default to C.UTF-8 same as the ISO (diff) | |
download | catalyst-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-x | targets/support/diskimagefs-update.sh | 1 |
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" ;; |