2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 11:42:05 +00:00
2015-09-23 14:49:09 -04:00

11 lines
481 B
ReStructuredText

Validating the Kit Configuration
--------------------------------
After modify the buildkit.conf file and copy all necessary files to the kit directories, use the ``chkconfig`` subcommand to validate the build configuration file. ::
buildkit chkconfig
This command will verify all required fields defined in the buildkit.conf, included all internally referenced attributes and all referenced files.
Fix any errors then rerun this command until all the fields are validated.