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
|
clearpart --all --initlabel
|
||||||
autopart --noboot --nohome --noswap --nolvm --fstype=ext4
|
autopart --noboot --nohome --noswap --nolvm --fstype=ext4
|
||||||
|
|
||||||
|
%pre
|
||||||
|
dbus-broker-launch --scope=none
|
||||||
|
%end
|
||||||
|
|
||||||
# Package setup
|
# Package setup
|
||||||
%packages --ignoremissing --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
%packages --ignoremissing --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
||||||
bash
|
bash
|
||||||
|
@ -22,6 +22,10 @@ zerombr
|
|||||||
clearpart --all --initlabel
|
clearpart --all --initlabel
|
||||||
autopart --noboot --nohome --noswap --nolvm --fstype=ext4
|
autopart --noboot --nohome --noswap --nolvm --fstype=ext4
|
||||||
|
|
||||||
|
%pre
|
||||||
|
dbus-broker-launch --scope=none
|
||||||
|
%end
|
||||||
|
|
||||||
# Package setup
|
# Package setup
|
||||||
%packages --ignoremissing --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
%packages --ignoremissing --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
||||||
bash
|
bash
|
||||||
|
@ -16,3 +16,7 @@ timezone --isUtc --nontp UTC
|
|||||||
zerombr
|
zerombr
|
||||||
clearpart --all --initlabel
|
clearpart --all --initlabel
|
||||||
autopart --noboot --nohome --noswap --nolvm --fstype=ext4
|
autopart --noboot --nohome --noswap --nolvm --fstype=ext4
|
||||||
|
|
||||||
|
%pre
|
||||||
|
dbus-broker-launch --scope=none
|
||||||
|
%end
|
||||||
|
Loading…
Reference in New Issue
Block a user