summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-07-12 11:31:08 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-07-12 11:31:08 -0400
commitb0e5e9b837f95d9ed255d17024345e69bbff86c2 (patch)
tree36141ea4fb3e4c117265871cbf0bea84931ea765 /docs
parent59608d8804019007ccadf95bcd1daa9f60b2ad09 (diff)
downloadthird_party-cobbler-b0e5e9b837f95d9ed255d17024345e69bbff86c2.tar.gz
third_party-cobbler-b0e5e9b837f95d9ed255d17024345e69bbff86c2.tar.xz
third_party-cobbler-b0e5e9b837f95d9ed255d17024345e69bbff86c2.zip
Add docs on --netboot-enabled
Diffstat (limited to 'docs')
-rw-r--r--docs/cobbler.pod9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/cobbler.pod b/docs/cobbler.pod
index 95f4651..675a118 100644
--- a/docs/cobbler.pod
+++ b/docs/cobbler.pod
@@ -152,7 +152,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]>
+B<cobbler system add --name=string --profile=string [--mac=macaddress] [--ip=ipaddress] [--hostname=hostname] [--kopts=string] [--ipaddress=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:
@@ -189,8 +189,6 @@ Example: ---ip=192.168.1.50
Note for Itanium users: this setting is always required for IA64 regardless of whether DHCP management is enabled.
-=back
-
=item hostname
If using the DHCP configuration feature (see advanced section) with dnsmasq, use this to define a hostname for the system to
@@ -203,6 +201,11 @@ Example: --hostname=mycomputer.example.com
(optional) While it is recommended that the --kickstart parameter is only used within for the "profile add" command, there are scenarios when an install base switching to cobbler may have kickstarts created on a per-system basis (one kickstart for each system, nothing shared) and may not want to immediately make use of the cobbler templating system. This allows specifing a kickstart for use on a per-system basis. Creation of a parent profile is still required. If the kickstart is a filesystem location, it will still be treated as a cobbler template.
+=item --netboot-enabled
+
+If set false, the system will be provisionable through koan but not through
+standard PXE. This will allow the system to fall back to default PXE boot behavior without deleting the cobbler system object. The default value allows PXE.
+
=end
=head2 ADDING A REPOSITORY TO MIRROR