From 44c3c55f3c9f428c5f491c2576a294aa342904de Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Sat, 17 Dec 2022 12:49:49 -0500 Subject: [PATCH] launch dbus in pre always --- Rocky-8-Container-Base.ks | 4 ++++ Rocky-8-Container-UBI.ks | 4 ++++ container/rocky-container.ks | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/Rocky-8-Container-Base.ks b/Rocky-8-Container-Base.ks index a37b730..eac5f02 100644 --- a/Rocky-8-Container-Base.ks +++ b/Rocky-8-Container-Base.ks @@ -22,6 +22,10 @@ zerombr clearpart --all --initlabel autopart --noboot --nohome --noswap --nolvm --fstype=ext4 +%pre +dbus-broker-launch --scope=none +%end + # Package setup %packages --ignoremissing --excludedocs --instLangs=en --nocore --excludeWeakdeps bash diff --git a/Rocky-8-Container-UBI.ks b/Rocky-8-Container-UBI.ks index 5d7b8f6..833d179 100644 --- a/Rocky-8-Container-UBI.ks +++ b/Rocky-8-Container-UBI.ks @@ -22,6 +22,10 @@ zerombr clearpart --all --initlabel autopart --noboot --nohome --noswap --nolvm --fstype=ext4 +%pre +dbus-broker-launch --scope=none +%end + # Package setup %packages --ignoremissing --excludedocs --instLangs=en --nocore --excludeWeakdeps bash diff --git a/container/rocky-container.ks b/container/rocky-container.ks index e28fe7d..6230193 100644 --- a/container/rocky-container.ks +++ b/container/rocky-container.ks @@ -16,3 +16,7 @@ timezone --isUtc --nontp UTC zerombr clearpart --all --initlabel autopart --noboot --nohome --noswap --nolvm --fstype=ext4 + +%pre +dbus-broker-launch --scope=none +%end