summaryrefslogtreecommitdiffstats
path: root/templates/dhcp.template
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2009-05-06 10:45:02 -0400
committerMichael DeHaan <mdehaan@redhat.com>2009-05-06 10:45:02 -0400
commit42b9eecbf909fb30b34647771cd1bfaf0ea2e1ee (patch)
treeb42d2b52fcd5eff0f5877c5ff63a20af1ed862c4 /templates/dhcp.template
parent154bc0bb35f4dddd1c7cb5a79aa4287b254ad653 (diff)
downloadcobbler-42b9eecbf909fb30b34647771cd1bfaf0ea2e1ee.tar.gz
cobbler-42b9eecbf909fb30b34647771cd1bfaf0ea2e1ee.tar.xz
cobbler-42b9eecbf909fb30b34647771cd1bfaf0ea2e1ee.zip
Keep providing DHCP to netboot-disabled systems!
Conflicts: CHANGELOG
Diffstat (limited to 'templates/dhcp.template')
-rw-r--r--templates/dhcp.template12
1 files changed, 5 insertions, 7 deletions
diff --git a/templates/dhcp.template b/templates/dhcp.template
index 7b6b5eb1..a594a9c6 100644
--- a/templates/dhcp.template
+++ b/templates/dhcp.template
@@ -53,13 +53,11 @@ group {
#if $iface.gateway:
option routers $iface.gateway;
#end if
- #if $iface.netboot_enabled:
- filename "$iface.filename";
- ## Cobbler defaults to $next_server, but some users
- ## like to use $iface.system.server for proxied setups
- next-server $next_server;
- ## next-server $iface.next_server;
- #end if
+ filename "$iface.filename";
+ ## Cobbler defaults to $next_server, but some users
+ ## may like to use $iface.system.server for proxied setups
+ next-server $next_server;
+ ## next-server $iface.next_server;
}
#end for
}