2.2.2.5. Syntax Changes
Changes to the core Kickstart syntax are quite rare. However, there are two important syntax changes to be aware of:
- The
%include
option can now accept a URL as an argument, in addition to a file name. - The
%packages
,%post
,%pre
and%traceback
sections do not require an%end
section. A deprecation warning will appear if%end
sections are not included, but the script will continue to run.