forked from roots/phyllomeos
		
	explicitly add systemd-resolved, otherwise services being defined in core service ingredients are being scratched when flattened
This commit is contained in:
		| @@ -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. | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user