commit: 999202313d76a1dd61687f7847758311baf51b1c
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 15 21:28:18 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Dec 15 21:28:18 2024 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=99920231
cloud-init needs no service enabling, it has a generator
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
targets/support/diskimagefs-update.sh | 2 --
1 file changed, 2 deletions(-)
diff --git a/targets/support/diskimagefs-update.sh
b/targets/support/diskimagefs-update.sh
index fa4ee807..9b810cea 100755
--- a/targets/support/diskimagefs-update.sh
+++ b/targets/support/diskimagefs-update.sh
@@ -80,8 +80,6 @@ case ${clst_diskimage_type} in
echo "Setting up cloud-init image"
echo "Running systemd-firstboot"
systemd-firstboot --timezone=UTC || die "Failed running
systemd-firstboot"
- echo "Adding cloud-init service"
- systemctl enable cloud-init || die "Failed to enable cloud-init
service"
;;
*)
die "As yet unsupported image type"