summaryrefslogtreecommitdiffstats
path: root/cobbler.pod
diff options
context:
space:
mode:
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