forked from sig_core/kickstarts
attempt to launch dbus manually for anaconda..
This commit is contained in:
parent
f826344218
commit
fdb405478e
@ -22,9 +22,14 @@ 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
|
||||||
|
dbus-daemon
|
||||||
coreutils-single
|
coreutils-single
|
||||||
glibc-minimal-langpack
|
glibc-minimal-langpack
|
||||||
microdnf
|
microdnf
|
||||||
|
Loading…
Reference in New Issue
Block a user