refactoring of the codebase

create new ks ingredients including for vmm, initial-setup, and else
This commit is contained in:
2021-11-28 18:12:50 +01:00
parent f12d83b04d
commit dadb1a05be
12 changed files with 32 additions and 218 deletions

View File

@ -16,12 +16,6 @@
%include base.cfg # A minimal machine
%include base-hypervisor.cfg # A base hypervisor
%include base-hypervisor-ii.cfg # Specific virtualization configuration for Intel(tm) CPU and Intel(tm) GPUs
%include base-initial-setup.cfg # Includes initial-setup so on first-boot a new user can be created
firstboot --enable --reconfig # Initial Setup will start after the first reboot
reboot --kexec # Reboot straight into the system after a successfull installation
%packages --exclude-weakdeps # Beginning of the packages section. Do not include weak dependencies.
initial-setup # Install the initial setup package.
%end # End of the packages section