forked from roots/phyllomeos
		
	remove libvirtd service autostart
This commit is contained in:
		| @@ -7,8 +7,6 @@ | ||||
|  | ||||
| # What ? This kickstart file provides guest-agents, which are useful for virtual machines | ||||
|  | ||||
| services --enabled="NetworkManager,libvirtd" | ||||
|  | ||||
| %packages --exclude-weakdeps # Beginning of the packages section. Does not include weak dependencies. | ||||
|  | ||||
| qemu-guest-agent # "QEMU guest agent" The qemu-guest agent is unnecessary for a bare-metal system. However, it is included here to cover cases where this kickstart file is used to deploy a virtual machine  | ||||
|   | ||||
| @@ -25,7 +25,7 @@ timezone Europe/Paris --utc | ||||
| # SELinux configuration | ||||
| selinux --enforcing | ||||
| # System services | ||||
| services --disabled="sshd" --enabled="NetworkManager,libvirtd" | ||||
| services --disabled="sshd" --enabled="NetworkManager" | ||||
| # System bootloader configuration | ||||
| bootloader --location=mbr --timeout=1 | ||||
| # Clear the Master Boot Record | ||||
|   | ||||
		Reference in New Issue
	
	Block a user