- 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
7 lines
120 B
Plaintext
7 lines
120 B
Plaintext
# Validation fragment - success if empty
|
|
|
|
%post
|
|
# If this is being run, it's a success
|
|
echo SUCCESS > /root/RESULT
|
|
%end
|