2020-08-28 16:52:42 +00:00
|
|
|
osdeploy(8) --- Configure general OS deployment facilities of confluent
|
|
|
|
==========================================================================
|
|
|
|
|
|
|
|
## SYNOPSIS
|
|
|
|
|
|
|
|
`osdeploy import <iso>`
|
2020-08-28 20:38:28 +00:00
|
|
|
`osdeploy updateboot <profile>`
|
2021-03-24 20:01:48 +00:00
|
|
|
`osdeploy initialize [-h] [-g] [-u] [-s] [-k] [-t] [-p] [-i] [-l] [-a]`
|
2020-08-28 16:52:42 +00:00
|
|
|
|
|
|
|
## DESCRIPTION
|
|
|
|
|
|
|
|
**osdeploy** manages the facilities and os deployment content of a confluent server. The
|
|
|
|
`import` subcommand will generate profiles from an iso image. `updateboot` will take any
|
|
|
|
changes in the specified update that need to be pushed into boot configuration and/or images
|
|
|
|
and ensure those needed changes are performed. `initialize` provides assistance in setting
|
|
|
|
up the most commonly required facilities. Run `osdeploy initialize -h` for more detail
|
|
|
|
on the options offered by `osdeploy initialize`
|