diff options
author | 2024-12-15 22:28:18 +0100 | |
---|---|---|
committer | 2024-12-15 22:28:18 +0100 | |
commit | 999202313d76a1dd61687f7847758311baf51b1c (patch) | |
tree | 9cbf31aef83c821359502085f09e56bfbfd19a71 /targets | |
parent | Cosmetic output fixes (diff) | |
download | catalyst-999202313d76a1dd61687f7847758311baf51b1c.tar.gz catalyst-999202313d76a1dd61687f7847758311baf51b1c.tar.bz2 catalyst-999202313d76a1dd61687f7847758311baf51b1c.zip |
cloud-init needs no service enabling, it has a generator
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'targets')
-rwxr-xr-x | targets/support/diskimagefs-update.sh | 2 |
1 files changed, 0 insertions, 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" |