From a72ff7a0b0767d930078377d374abbaa85c5c1b6 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 28 Aug 2020 12:52:42 -0400 Subject: [PATCH] Add osdeploy man page. --- confluent_client/doc/man/osdeploy.ronn | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 confluent_client/doc/man/osdeploy.ronn diff --git a/confluent_client/doc/man/osdeploy.ronn b/confluent_client/doc/man/osdeploy.ronn new file mode 100644 index 00000000..6a17300a --- /dev/null +++ b/confluent_client/doc/man/osdeploy.ronn @@ -0,0 +1,17 @@ +osdeploy(8) --- Configure general OS deployment facilities of confluent +========================================================================== + +## SYNOPSIS + +`osdeploy import ` +`osdeploy updateboot ` +`osdeploy initialize [-h] [-g] [-u] [-s] [-k] [-t] [-p] [-i] [-l]` + +## 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`