summaryrefslogtreecommitdiffstats
path: root/cobbler.pod
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-12-21 18:04:56 -0500
committerJim Meyering <jim@meyering.net>2006-12-21 18:04:56 -0500
commit07c03a8def917e217e4ddc1d9420278cbf361ab0 (patch)
treea7d7d48f69d774f544a129671bf31d2ce6971723 /cobbler.pod
parent8ea3f2e25696acfdb3a19f9a039a90b32a6a5844 (diff)
downloadcobbler-07c03a8def917e217e4ddc1d9420278cbf361ab0.tar.gz
cobbler-07c03a8def917e217e4ddc1d9420278cbf361ab0.tar.xz
cobbler-07c03a8def917e217e4ddc1d9420278cbf361ab0.zip
Manpage tweaks
Diffstat (limited to 'cobbler.pod')
-rw-r--r--cobbler.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/cobbler.pod b/cobbler.pod
index 55874ef8..8d033cfa 100644
--- a/cobbler.pod
+++ b/cobbler.pod
@@ -266,7 +266,7 @@ B<cobbler import --mirror=rsync://yourfavoritemirror.com/foo --mirror-name=anyna
# wait for mirror to rsync...
-B<cobbler list>
+B<cobbler report>
B<cobbler system add --name=default --profile=name_of_a_profile1>
@@ -298,7 +298,7 @@ B<cobbler system add --name=AA:BB:CC:DD:EE:FF --profile=fc5-webservers>
B<cobbler system add --name=AA:BB:CC:DD:EE:FE --profile=rhel4u3-dbservers>
-B<cobbler list>
+B<cobbler report>
B<cobbler sync>
@@ -410,7 +410,7 @@ Example: B<cobbler import --mirror=rsync://mirror.linux.duke.edu/fedora-linux-c
Example2: B<cobbler import --mirror=root@192.168.1.10:/stuff --mirror-name=bar>
-Once imported, run a "cobbler list" to see what you've added.
+Once imported, run a "cobbler list" or "cobbler report" to see what you've added.
"Cobbler sync" must still be run after an import to get the system ready to provision what was just imported.