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

@@ -9,18 +9,12 @@
# In order to be fed to virt-install or a software like livecd-creator, this file needs to be flattened.
# Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora :
# ksflatten -c server.cfg -o ../leaves/flat-server.cfg
# ksflatten -c virtual-server.cfg -o ../leaves/virtual-server.cfg
%include base-fedora-repo.cfg # offical repositories for Fedora
%include base-storage.cfg # base storage
%include base.cfg # A base system
%include base-guest-agents.cfg # Guest agents
%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
reboot --kexec # Reboot straight into the system after a successfull installation