2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-10 23:30:11 +00:00

Spelling fixes in advanced/kit docs

This commit is contained in:
besawn
2022-02-09 12:43:36 -05:00
parent 8d4795374f
commit 362b4bd7a7
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ Use the :doc:`buildkit </guides/admin-guides/references/man1/buildkit.1>` comman
Kit Directory
-------------
The Kit directory location will be automatically populated with additional subdirecotries and samples:
The Kit directory location will be automatically populated with additional subdirectories and samples:
**buildkit.conf** - The sample Kit build configuration file.

View File

@ -9,7 +9,7 @@ To list the repos defined in the buildkit.conf: ::
buildkit listrepo
To build the repositories, specifiy a particular reporitory: ::
To build the repositories, specify a particular repository: ::
buildkit buildrepo <kit repo name>

View File

@ -42,7 +42,7 @@ Once the kit components are added to xCAT osimage definitions, administrators ca
#. ``genimage`` command to create a diskless OS image installing the kit components for diskless OS provisioning
#. ``updatenode`` command to install the kit components on existing deployed nodes
The ``kitcomponent`` metadata defines the kit packages as dependency packages and the OS package manager (``yum``, ``zypper``, ``apt-get``) automatically installes the required packages during the xCAT ``otherpkgs`` install process.
The ``kitcomponent`` metadata defines the kit packages as dependency packages and the OS package manager (``yum``, ``zypper``, ``apt-get``) automatically installs the required packages during the xCAT ``otherpkgs`` install process.
Kit Framework
-------------