From 47dd0aa7615d847c06627007873b3d7e09bcd441 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 22 May 2024 08:14:50 -0700 Subject: Disable systemd-firstboot on Cloud images via cmdline (#2282195) systemd 256 added a new feature which wants to create users on boot if none exist yet: https://github.com/systemd/systemd/commit/3ccadbce3358ba1db7ce5fa3f8dd17c627ffd93b We don't want that, cloud-init handles this situation. So let's disable it. Signed-off-by: Adam Williamson --- teams/cloud/cloud.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'teams/cloud/cloud.xml') diff --git a/teams/cloud/cloud.xml b/teams/cloud/cloud.xml index c3a9255..aa928dd 100644 --- a/teams/cloud/cloud.xml +++ b/teams/cloud/cloud.xml @@ -31,7 +31,7 @@