summaryrefslogtreecommitdiffstats
path: root/website
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-08-01 15:12:05 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-08-01 15:12:05 -0400
commit244680b7bb551b4791584b4dd1373cc6e40c46c4 (patch)
tree10a9ea80108d3ddac1a3725ab9ccf2f893659826 /website
parent1af8a3da4437bbd4bc82498749eb93624b2e741c (diff)
downloadthird_party-cobbler-244680b7bb551b4791584b4dd1373cc6e40c46c4.tar.gz
third_party-cobbler-244680b7bb551b4791584b4dd1373cc6e40c46c4.tar.xz
third_party-cobbler-244680b7bb551b4791584b4dd1373cc6e40c46c4.zip
Added feature where a network install location can be given to do cobbler imports without
mirroring. This is explained in the manpage and online docs.
Diffstat (limited to 'website')
-rw-r--r--website/new/docs/cobbler-import.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/website/new/docs/cobbler-import.html b/website/new/docs/cobbler-import.html
index ce71cf6..500087e 100644
--- a/website/new/docs/cobbler-import.html
+++ b/website/new/docs/cobbler-import.html
@@ -5,7 +5,7 @@
<a name="import">
<h2>About</h2>
<p>
-Suppose you want to set up a network boot server for a given distro, really really quickly. For this example, we'll use Fedora Core 6 as an example. What's the best way to do this? It's a command called "cobbler import", that can mirror content based on a DVD image or even an external rsync mirror or SSH location.
+Suppose you want to set up a network boot server for a given distro, really really quickly. For this example, we'll use Fedora Core 6 as an example. What's the best way to do this? It's a command called "cobbler import", that can mirror content based on a DVD image, a tree on a filesystem, or even an external rsync mirror or SSH location.
</p>
<a name="provserver">
@@ -37,6 +37,16 @@ This would mirror from a public rsync server without needing the DVD image.
<p>
The kickstarts used above will provision machines with a default password of "cobbler" and a really basic set of packages. For something more complicated, you may wish to edit the default kickstarts in /etc/cobbler and then re-run "cobbler sync" to apply those changes.
</p>
+<p>
+What if you don't want to mirror the content? Say you already have the trees from all your DVDs and/or CDs extracted on a Filer mounted over NFS somewhere. This works too, with the addition of one more argument, in versions 0.5.3 and later...
+</p>
+<p>
+<blockquote>
+cobbler import --mirror=/path/where/filer/is/mounted --name=filer --available-as=nfs://nfsserver.example.org:/is/mounted/here
+</blockquote>
+</p>
+<p>
+The above command will set up cobbler automatically using all of the above distros (stored on the filer) as a basis -- but will keep the trees on NFS. This saves disk space on the Cobbler server. As you add more distros over time to the filer, you can keep running the above commands to add them to Cobbler. So, whether using some data you already have on the network, or letting cobbler create an install mirror for you, there are lots of useful options. </p>
<a name="#reinstalls">
<h2>Using That Server For Reinstallation</h2>