launch dbus in pre always

This commit is contained in:
Neil Hanlon 2022-12-17 12:49:49 -05:00
parent fdb405478e
commit 44c3c55f3c
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
3 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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