summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/cobbler.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/cobbler.pod b/docs/cobbler.pod
index 86f01fe..2b3e00f 100644
--- a/docs/cobbler.pod
+++ b/docs/cobbler.pod
@@ -221,6 +221,12 @@ Example: --hostname=mycomputer.example.com
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.
+=item --dhcp-tag
+
+If you are setting up a PXE environment with multiple subnets/gateways, and are using cobbler to manage a DHCP configuration, you will want this option.
+
+By default, the dhcp tag for all systems is "default" and means that in the DHCP template files the systems will expand out where $insert_cobbler_systems_definitions is found in the DHCP template. However, you may want certain systems to expand out in other places in the file. Setting --dhcp-tag=subnet2 for instance, will cause that system to expand out where $insert_cobbler_system_definitions_subnet2 is found, allowing you to insert directives to specify different subnets (or other parameters) before the DHCP configuration entries for those particular systems.
+
=end
=head2 ADDING A REPOSITORY TO MIRROR