summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>