mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-13 09:50:19 +00:00
Remove trailing spaces in file docs/source/guides/admin-guides/references/man1/addkitcomp.1.rst
This commit is contained in:
@ -21,7 +21,7 @@ SYNOPSIS
|
||||
|
||||
\ **addkitcomp**\ [\ **-? | -h | -**\ **-help**\ ] [\ **-v | -**\ **-version**\ ]
|
||||
|
||||
\ **addkitcomp**\ [\ **-V | -**\ **-verbose**\ ] [\ **-a | -**\ **-adddeps**\ ] [\ **-f | -**\ **-force**\ ] [\ **-n | -**\ **-noupgrade**\ ] [\ **-**\ **-noscripts**\ ] \ **-i**\ \ *osimage*\ \ *kitcompname_list*\
|
||||
\ **addkitcomp**\ [\ **-V | -**\ **-verbose**\ ] [\ **-a | -**\ **-adddeps**\ ] [\ **-f | -**\ **-force**\ ] [\ **-n | -**\ **-noupgrade**\ ] [\ **-**\ **-noscripts**\ ] \ **-i**\ \ *osimage*\ \ *kitcompname_list*\
|
||||
|
||||
|
||||
***********
|
||||
@ -40,60 +40,60 @@ OPTIONS
|
||||
|
||||
|
||||
|
||||
\ **-a|-**\ **-adddeps**\
|
||||
|
||||
\ **-a|-**\ **-adddeps**\
|
||||
|
||||
Assign kitcomponent dependencies to the osimage.
|
||||
|
||||
|
||||
|
||||
\ **-h|-**\ **-help**\
|
||||
|
||||
|
||||
\ **-h|-**\ **-help**\
|
||||
|
||||
Display usage message.
|
||||
|
||||
|
||||
|
||||
\ **-V|-**\ **-verbose**\
|
||||
|
||||
|
||||
\ **-V|-**\ **-verbose**\
|
||||
|
||||
Verbose mode.
|
||||
|
||||
|
||||
|
||||
\ **-v|-**\ **-version**\
|
||||
|
||||
|
||||
\ **-v|-**\ **-version**\
|
||||
|
||||
Command version.
|
||||
|
||||
|
||||
|
||||
\ **-f|-**\ **-force**\
|
||||
|
||||
|
||||
\ **-f|-**\ **-force**\
|
||||
|
||||
Add kit component to osimage even if there is a mismatch in OS, version, arch, serverrole, or kitcompdeps
|
||||
|
||||
|
||||
|
||||
\ **-i**\ \ *osimage*\
|
||||
|
||||
|
||||
\ **-i**\ \ *osimage*\
|
||||
|
||||
The osimage name that the kit component is assigning to.
|
||||
|
||||
|
||||
|
||||
\ **-n|-**\ **-noupgrade**\
|
||||
|
||||
|
||||
\ **-n|-**\ **-noupgrade**\
|
||||
|
||||
1. Allow multiple versions of kitcomponent to be installed into the osimage, instead of kitcomponent upgrade.
|
||||
|
||||
|
||||
2. Kit components added by addkitcomp -n will be installed separately behind all other ones which have been added.
|
||||
|
||||
|
||||
|
||||
\ **-**\ **-noscripts**\
|
||||
|
||||
|
||||
\ **-**\ **-noscripts**\
|
||||
|
||||
Do not add kitcomponent's postbootscripts to osimage
|
||||
|
||||
|
||||
|
||||
\ *kitcompname_list*\
|
||||
|
||||
|
||||
\ *kitcompname_list*\
|
||||
|
||||
A comma-delimited list of valid full kit component names or kit component basenames that are to be added to the osimage.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user