summaryrefslogtreecommitdiffstats
path: root/docs
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 /docs
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 'docs')
-rw-r--r--docs/cobbler.pod10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/cobbler.pod b/docs/cobbler.pod
index ebcfc36..382a2c2 100644
--- a/docs/cobbler.pod
+++ b/docs/cobbler.pod
@@ -620,6 +620,16 @@ outside world. If this feature is desirable, it can be turned on by setting yum
to 1 in /var/lib/cobbler/settings (and rerunning "cobbler sync"). You should not enable this feature
if machines are provisioned on a different VLAN/network than production.
+=head2 PXE BOOT LOOP PREVENTION
+
+If you have your machines set to PXE first in the boot order (ahead of hard drives), change
+the "pxe_just_once" flag in /var/lib/cobbler/settings to 1. This will set the machines
+to not PXE on successive boots once they complete one install.
+
+To re-enable PXE for a specific system, run the following command:
+
+B<cobbler system edit --name=name --netboot-enabled=1>
+
=head2 KICKSTART TRACKING
Cobbler knows how to keep track of the status of kickstarting machines.