forked from sig_core/kickstarts
launch dbus in pre always
This commit is contained in:
parent
fdb405478e
commit
44c3c55f3c
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user