summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFabian Affolter <fabian@bernewireless.net>2010-12-12 11:18:43 +0100
committerFabian Affolter <fabian@bernewireless.net>2010-12-12 11:18:43 +0100
commit22d1b5d1f3b8a7b576d57cbb05e628f124032afe (patch)
treee65bfa9b0490f6fb93dd97051cb9d11d3e662392 /doc
parenteb655503a5881c81c25f4c891eefdbbe9ec84fbd (diff)
downloadbcfg2-22d1b5d1f3b8a7b576d57cbb05e628f124032afe.tar.gz
bcfg2-22d1b5d1f3b8a7b576d57cbb05e628f124032afe.tar.bz2
bcfg2-22d1b5d1f3b8a7b576d57cbb05e628f124032afe.zip
doc: Added some more details about init
Diffstat (limited to 'doc')
-rw-r--r--doc/server/admin/init.txt41
1 files changed, 40 insertions, 1 deletions
diff --git a/doc/server/admin/init.txt b/doc/server/admin/init.txt
index 95b657c6d..f1aa9b755 100644
--- a/doc/server/admin/init.txt
+++ b/doc/server/admin/init.txt
@@ -5,4 +5,43 @@
init
====
-Interactively initialize a new repository.
+Interactively initialize a new repository. Most values are automatically
+detected or a default value is provided. ::
+
+ # bcfg2-admin init
+ Store bcfg2 configuration in [/etc/bcfg2.conf]:
+ Location of bcfg2 repository [/var/lib/bcfg2]:
+ Input password used for communication verification (without echoing; leave blank for a random):
+ What is the server's hostname [conf01.example.com]:
+ Input the server location [https://conf01.example.com:6789]:
+ Input base Operating System for clients:
+ 1: Red Hat/Fedora/RHEL/RHAS/Centos
+ 2: SUSE/SLES
+ 3: Mandrake
+ 4: Debian
+ 5: Ubuntu
+ 6: Gentoo
+ 7: FreeBSD
+ : 1
+
+ Generating a 2048 bit RSA private key
+ .....................+++
+ .....................+++
+ writing new private key to '/etc/bcfg2.key'
+ -----
+ Signature ok
+ subject=/C=US/ST=Illinois/L=Argonne/CN=conf01.example.com
+ Getting Private key
+
+A toplevel repository structure was created under the provided path.
+
+ /var/lib/bcfg2
+ |-- Base
+ |-- Bundler
+ |-- Cfg
+ |-- etc
+ |-- Metadata
+ |-- Pkgmgr
+ |-- Rules
+ `-- SSHbase
+