From d48b9a66cb609b1bb83fd634f72aff63be7726ad Mon Sep 17 00:00:00 2001 From: ducoterra Date: Wed, 25 Feb 2026 12:21:17 -0500 Subject: [PATCH] add machinectl to fedora43 base osbuild --- active/software_osbuild/fedora43-base.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/active/software_osbuild/fedora43-base.toml b/active/software_osbuild/fedora43-base.toml index 16f0f75..8f296bf 100644 --- a/active/software_osbuild/fedora43-base.toml +++ b/active/software_osbuild/fedora43-base.toml @@ -56,6 +56,10 @@ version = "*" name = "policycoreutils-python-utils" version = "*" +[[packages]] +name = "systemd-container" +version = "*" + [[customizations.files]] path = "/root/.inputrc" mode = "0644"