refactor ingredients

This commit is contained in:
luz
2025-05-05 15:43:09 -05:00
parent 7a702be929
commit e5e5e993a6
25 changed files with 41 additions and 289 deletions

View File

@@ -5,9 +5,9 @@
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
# /_/ /____/
#
# What ? This ingredient contains scripts triggered just after the system storage has been set up
# Script triggered just after the system storage has been set up
# More information: https://pykickstart.readthedocs.io/en/latest/kickstart-docs.html#chapter-5-pre-install-script
%pre --log=/mnt/sysimage/root/pre-install.log
%pre --log=/mnt/sysimage/root/pre-install.log Beginning of the pre-installation section. Log all messages to a given file
%end # End of the %post section
%end # End of the %post section