mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 11:42:05 +00:00
10 lines
472 B
ReStructuredText
10 lines
472 B
ReStructuredText
Validate 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.
|