From aceec4e3e6a33b02d469e632fe67296f038a728d Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sun, 19 Oct 2025 17:33:49 -0400 Subject: [PATCH] Stop removing systemd-gpt-auto-generator This has a LONG history dating back to this one forking from Fedora CoreOS, which has a custom partitioning setup designed for Ignition. As this is a generic base image, I don't think we should keep that. We do want to support having the generator for those that want it. Out of conservatism I'll send a patch for FCOS to keep disabling it. Signed-off-by: Colin Walters --- minimal/manifest.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/minimal/manifest.yaml b/minimal/manifest.yaml index 646dc26..443353e 100644 --- a/minimal/manifest.yaml +++ b/minimal/manifest.yaml @@ -16,9 +16,6 @@ container-cmd: remove-from-packages: # Generally we expect other tools to do this (e.g. Ignition or cloud-init) - [systemd, /usr/lib/systemd/system/sysinit.target.wants/systemd-firstboot.service] - # We don't want auto-generated mount units. See also - # https://github.com/systemd/systemd/issues/13099 - - [systemd-udev, /usr/lib/systemd/system-generators/systemd-gpt-auto-generator] include: - kernel.yaml