summaryrefslogtreecommitdiffstats
path: root/cobbler/settings.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-08-03 12:00:46 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-08-03 12:00:46 -0400
commitb08e850d7a38f3ba75eab394faddb474a94d8193 (patch)
treea07be94d164154fe054cdf44f5535a9d75c0ddfc /cobbler/settings.py
parente722459eb6b483d71dd71c2b2c80a72b9ab52ef3 (diff)
downloadthird_party-cobbler-b08e850d7a38f3ba75eab394faddb474a94d8193.tar.gz
third_party-cobbler-b08e850d7a38f3ba75eab394faddb474a94d8193.tar.xz
third_party-cobbler-b08e850d7a38f3ba75eab394faddb474a94d8193.zip
Implement PXE boot loop prevention feature using a CGI script that speaks to a special
function in cobblerd.
Diffstat (limited to 'cobbler/settings.py')
-rw-r--r--cobbler/settings.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cobbler/settings.py b/cobbler/settings.py
index ac89715..d2e4b39 100644
--- a/cobbler/settings.py
+++ b/cobbler/settings.py
@@ -48,7 +48,8 @@ DEFAULTS = {
"xmlrpc_port" : 25151,
"minimize_syncs" : 1,
"yum_core_mirror_from_server" : 0,
- "default_virt_type" : "auto"
+ "default_virt_type" : "auto",
+ "pxe_just_once" : 0
}