improve comments

correct reference
add gnome-initial-setup
This commit is contained in:
lukas 2021-08-19 19:38:54 +02:00
parent 81ee59ce31
commit 327e13859e

View File

@ -18,10 +18,11 @@
%include bmd.cfg # A minimal machine %include bmd.cfg # A minimal machine
%include bdmd.cfg # A desktop environment %include bdmd.cfg # A desktop environment
%include bhmd.cfg # A base hypervisor %include bhmd.cfg # A base hypervisor
%include bamd.cfg # Specific virtualization configuration for AMD (tm) CPUs %include bhamd.cfg # Specific virtualization configuration for AMD (tm) CPUs
%packages --exclude-weakdeps %packages --exclude-weakdeps # Beginning of the packages section. Do not include weak dependencies.
virt-manager # Install virt-manager, the graphical front-end for QEMU/KVM virt-manager # Install virt-manager, the graphical front-end for QEMU/KVM
gnome-initial-setup # Add GNOME initial setup too to let user create local account.
%end %end # End of the packages section