- 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
6 lines
211 B
Plaintext
6 lines
211 B
Plaintext
# Post-installation no-chroot section
|
|
|
|
%post --nochroot --log=/mnt/sysimage/root/post-nochroot.log # Beginning of the post-installation section. Log all messages to a given file
|
|
|
|
%end # End of the %post section
|