Reorganize fragments: flat structure from fragments/shared/ and fragments/platform/
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# VMM (Virtual Machine Manager) packages
|
||||
|
||||
%packages --exclude-weakdeps
|
||||
|
||||
virtual-manager
|
||||
libvirt-client-tools
|
||||
|
||||
%end
|
||||
@@ -0,0 +1,9 @@
|
||||
# VMM post-installation scripts
|
||||
|
||||
%post --erroronfail
|
||||
|
||||
# Start libvirt service
|
||||
systemctl enable libvirtd
|
||||
systemctl start libvirtd
|
||||
|
||||
%end
|
||||
Reference in New Issue
Block a user