- 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
156 B
Plaintext
10 lines
156 B
Plaintext
# Desktop initial-setup configuration
|
|
|
|
firstboot --enable # Enable the Setup Agent to start at boot time
|
|
|
|
%packages --exclude-weakdeps
|
|
|
|
initial-setup
|
|
|
|
%end
|