explicitly add systemd-resolved, otherwise services being defined in core service ingredients are being scratched when flattened
This commit is contained in:
parent
36decace3c
commit
534b91fa56
@ -7,7 +7,7 @@
|
||||
|
||||
# What ? This kickstart file provides a basic, generic building block to build a virtualization host.
|
||||
|
||||
services --enabled="NetworkManager,libvirtd" # Without libvirtd here, it appears the service won't automatically start
|
||||
services --enabled="NetworkManager,systemd-resolved,libvirtd" # Without libvirtd here, it appears the service won't automatically start
|
||||
|
||||
%packages --exclude-weakdeps # Beginning of the packages section. Does not include weak dependencies.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user