summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-08-03 10:26:58 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-08-03 10:26:58 -0400
commite722459eb6b483d71dd71c2b2c80a72b9ab52ef3 (patch)
tree11e2618cef8e2c7d4a18f9aa19bddb2b78274b52 /docs
parent00220cce21917b4a5969a134f362bb8d7c5189b5 (diff)
downloadthird_party-cobbler-e722459eb6b483d71dd71c2b2c80a72b9ab52ef3.tar.gz
third_party-cobbler-e722459eb6b483d71dd71c2b2c80a72b9ab52ef3.tar.xz
third_party-cobbler-e722459eb6b483d71dd71c2b2c80a72b9ab52ef3.zip
Fix typos in manpage
Diffstat (limited to 'docs')
-rw-r--r--docs/cobbler.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/cobbler.pod b/docs/cobbler.pod
index 5374aef..ebcfc36 100644
--- a/docs/cobbler.pod
+++ b/docs/cobbler.pod
@@ -163,7 +163,7 @@ a role for a specific system.
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 templating is required or to establish that a specific system should always recieve a specific software install. 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] [--ipaddress=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] [--netboot-enabled=Y/N>
Adds a cobbler System to the configuration. Arguments are specified as per "profile add" with
the following changes:
@@ -515,10 +515,10 @@ In summary, if this manage_dhcp bit is enabled, the following features are enabl
(B) relatively seamless mixing of Itanium and x86/x86_64 machines in a PXE environment (ISC only)
(C) assigning hostnames to MAC addresses using DNS (dnsmasq only).
-These options are all enabled by using the --hostname and --ip-address options when using the "cobbler system add" command.
+These options are all enabled by using the --hostname and --ip options when using the "cobbler system add" command.
Itanium systems names also need to be assigned to a distro that was created with the "--arch=ia64" parameter. If you have Itanium systems, you must (for now) choose 'isc' for
-'manage_dhcp_mode' in the /var/lib/cobbler/settings file, and are required to use --ip-address when creating the system object in order for those systems to PXE.
+'manage_dhcp_mode' in the /var/lib/cobbler/settings file, and are required to use --ip when creating the system object in order for those systems to PXE.
The dhcpd.conf file will be updated each time "cobbler sync" is run, and not until then, so it is important to remember to use "cobbler sync" when using this feature. Support for online updates to DHCP (and DNS, in this dnsmasq case) are pending.