- Move recipe-generator/ to cook/ for cleaner structure - Fix ksflatten-relative path conversion to handle all %include paths - Fix validation exit code to only fail on actual errors - All recipes now generate and flatten successfully via make all
10 lines
471 B
Plaintext
10 lines
471 B
Plaintext
# Initial setup - server mode
|
|
|
|
firstboot --enable --reconfig # Enable the Setup Agent to start at boot time in reconfiguration mode. This mode enables the language, mouse, keyboard, root password, security level, time zone, and networking configuration options in addition to the default ones
|
|
|
|
%packages --exclude-weakdeps # Beginning of the packages section. Excludes weak package dependencies.
|
|
|
|
initial-setup # Initial setup package
|
|
|
|
%end # End of the packages section
|