summaryrefslogtreecommitdiffstats
path: root/cobbler.pod
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-10-17 17:12:04 -0400
committerJim Meyering <jim@meyering.net>2006-10-17 17:12:04 -0400
commit77dbf67da82126d7aa8edbdb187a14914f4ee0ee (patch)
tree024b4a6341d709c45e097e435528e988651a5563 /cobbler.pod
parent85502c7f1df16b3500a9b1acb866ad77e0bf7545 (diff)
downloadthird_party-cobbler-77dbf67da82126d7aa8edbdb187a14914f4ee0ee.tar.gz
third_party-cobbler-77dbf67da82126d7aa8edbdb187a14914f4ee0ee.tar.xz
third_party-cobbler-77dbf67da82126d7aa8edbdb187a14914f4ee0ee.zip
Working on removing the dependancy on pexpect
Diffstat (limited to 'cobbler.pod')
-rw-r--r--cobbler.pod5
1 files changed, 3 insertions, 2 deletions
diff --git a/cobbler.pod b/cobbler.pod
index b17d2bc..4111f90 100644
--- a/cobbler.pod
+++ b/cobbler.pod
@@ -266,11 +266,12 @@ The dhcpd.conf file will be updated each time "cobbler sync" is run.
While the normal provisioning procedure is either to PXE bare-metal, or use koan to do something else (kickstart an existing system or deploy Xen), cobbler contains yet another option, called "enchant".
-Enchant takes a system configuration that has already been defined (be sure to run "cobbler sync" before using "cobbler enchant") and applies it to a remote system that may not have koan installed. This is all done from the cobbler server using SSH. The remote system will reboot prior to configuring the bootloader to kickstart.
+Enchant takes a configuration that has already been defined (be sure to run "cobbler sync" before using "cobbler enchant") and applies it to a remote system that may not have koan installed.
Running "enchant" will replace the operating system of the target machine, so use it with caution.
-Usage: B<cobbler system enchant --name=<ip|hostname> [--password=<string>]>
+Usage: B<cobbler enchant --address=<ip|hostname> --profile=<string>>
+Usage: B<cobbler enchant --address=<ip|hostname> --system=<string>>
=head2 IMPORTING TREES