summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Blomquist <gblomqui@gblomqui.usersys.redhat.com>2008-07-14 15:33:38 -0400
committerGreg Blomquist <gblomqui@gblomqui.usersys.redhat.com>2008-07-14 15:33:38 -0400
commit238933390aa3102895853bf08ce0ec04f602e07b (patch)
tree773134c446a9b7334983068505466e8c787c5f7a
parente1b68212822eba61a60a1db5d8b3ca3170fe189c (diff)
downloadtools-238933390aa3102895853bf08ce0ec04f602e07b.tar.gz
tools-238933390aa3102895853bf08ce0ec04f602e07b.tar.xz
tools-238933390aa3102895853bf08ce0ec04f602e07b.zip
Added cobbler import command for adding the first distro in QuickStart
-rw-r--r--genome-docs/genome-docs-1.0.0/en-US/QuickStart.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/genome-docs/genome-docs-1.0.0/en-US/QuickStart.xml b/genome-docs/genome-docs-1.0.0/en-US/QuickStart.xml
index c5a3192..b10fca0 100644
--- a/genome-docs/genome-docs-1.0.0/en-US/QuickStart.xml
+++ b/genome-docs/genome-docs-1.0.0/en-US/QuickStart.xml
@@ -101,11 +101,13 @@
</section>
<section id="quickstart-FirstDistro">
<title>Setting Up the First Distro</title>
- <orderedlist>
- <listitem><para>First step</para></listitem>
- <listitem><para>Second step</para></listitem>
- <listitem><para>Third step</para></listitem>
- </orderedlist>
+ <para>
+ Use the following command to import a OS distro into cobbler. This will import the Fedora 8 distro into
+ your cobbler server. You can replace the mirror URL with any other rsync-based mirror.
+ </para>
+ <screen>
+cobbler import --mirror=rsync://rsync.gtlib.gatech.edu/fedora-enchilada/linux/releases/8/Fedora/i386/ --name=F8
+ </screen>
</section>
<section id="quickstart-FirstGuest">
<title>Setting Up the First Guest</title>