diff options
| -rw-r--r-- | everest-repo/everest-repo-1.0.0/docs/en-US/Cookbook.xml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/everest-repo/everest-repo-1.0.0/docs/en-US/Cookbook.xml b/everest-repo/everest-repo-1.0.0/docs/en-US/Cookbook.xml index d37ebbe..d41309b 100644 --- a/everest-repo/everest-repo-1.0.0/docs/en-US/Cookbook.xml +++ b/everest-repo/everest-repo-1.0.0/docs/en-US/Cookbook.xml @@ -79,6 +79,9 @@ <para>install the &REPORPM;</para> </listitem> <listitem> + <para>Kick off the bootstrap process</para> + </listitem> + <listitem> <para>Replicate <application>cobbler</application> to pull down the bits and @@ -111,6 +114,43 @@ </section> <section> + <title>Starting the bootstrap process</title> + <para> + As with installing the &REPORPM; this step is + also typically handled via + <application>kickstart</application> (ie, + turned on via + <application>chkconfig</application>). That + being said, if you turning a machine that + already has an operating system into a Repo + machine this step will need to be run manually. + + <screen> +/sbin/service everest-repo-bootstrap start + </screen> + </para> + <note> + <title>Note</title> + <para> + This step is designed to work + "offline" since all the + external dependencies are + pulled down via the &REPORPM;. + That being said there are + external factors than can cause + it to fail. If you suspect a + Repo machine is not configured + correctly it is always safe to + run this command multiple times + as + <application>puppet</application> + will only perform outstanding + tasks. + </para> + </note> + </section> + + <section> <title>Replicate cobbler data</title> <para> The simplest way to do this is to use |
