summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-10-23 11:07:41 -0400
committerMichael DeHaan <mdehaan@redhat.com>2007-10-23 11:07:41 -0400
commite3c86e1327e0e04045ca0ff7faac4aefb68c876a (patch)
treeeb3a40f6d1dd4f006963017e58e59e6fe84e577e
parent1b1222ec7f95a773fcab39bf1ebe68da198919be (diff)
downloadthird_party-cobbler-e3c86e1327e0e04045ca0ff7faac4aefb68c876a.tar.gz
third_party-cobbler-e3c86e1327e0e04045ca0ff7faac4aefb68c876a.tar.xz
third_party-cobbler-e3c86e1327e0e04045ca0ff7faac4aefb68c876a.zip
Fix up manpage.
-rw-r--r--docs/cobbler.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cobbler.pod b/docs/cobbler.pod
index f399b0a..e1b76f7 100644
--- a/docs/cobbler.pod
+++ b/docs/cobbler.pod
@@ -108,7 +108,7 @@ The file used for the answer file, regardless of the breed setting, is the value
A profile associates a distribution to additional specialized options, such as a kickstart automation file. Profiles are the core unit of provisioning and at least one profile must exist for every distribution to be provisioned. A profile might represent, for instance, a web server or desktop configuration. In this way, profiles define a role to be performed.
-B<cobbler profile add --name=string --distro=string [--kickstart=url] [--kopts=string] [--ksmeta=string] [--virt-file-size=gigabytes] [--virt-ram=megabytes] [--virt-type=string] [--virt-cpus=integer] [--virt-path=string] [--virt-bridge=string]>
+B<cobbler profile add --name=string --distro=string [--kickstart=path] [--kopts=string] [--ksmeta=string] [--virt-file-size=gigabytes] [--virt-ram=megabytes] [--virt-type=string] [--virt-cpus=integer] [--virt-path=string] [--virt-bridge=string]>
Arguments are as listed for distributions, save for the removal of "arch" and "breed", and with the additions listed below:
@@ -184,7 +184,7 @@ System records map a piece of hardware (or a virtual machine) with the cobbler p
Note that if provisioning via koan and PXE menus alone, it is not required to create system records, though they are useful when system specific customizations are required. One such customization would be defining the MAC address. If there is a specific role inteded for a given machine, system records should be created for it.
-B<cobbler system add --name=string --profile=string [--mac=macaddress] [--ip=ipaddress] [--hostname=hostname] [--kopts=string] [--ksmeta=string] [--netboot-enabled=Y/N>
+B<cobbler system add --name=string --profile=string [--mac=macaddress] [--ip=ipaddress] [--hostname=hostname] [--kopts=string] [--ksmeta=string] [--kickstart=path] [--netboot-enabled=Y/N>
Adds a cobbler System to the configuration. Arguments are specified as per "profile add" with
the following changes: