summaryrefslogtreecommitdiffstats
path: root/cobbler/action_check.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-10-06 11:34:19 -0400
committerJim Meyering <jim@meyering.net>2006-10-06 11:34:19 -0400
commit8c0cae64b1c726f3d15819d2390d5cb83916aed5 (patch)
treea66cb031705446c7c7ff9230dac84ad0cb8dff6a /cobbler/action_check.py
parent94fac2319cbb1dd23b08d95e7c3038d5e900ff8b (diff)
downloadthird_party-cobbler-8c0cae64b1c726f3d15819d2390d5cb83916aed5.tar.gz
third_party-cobbler-8c0cae64b1c726f3d15819d2390d5cb83916aed5.tar.xz
third_party-cobbler-8c0cae64b1c726f3d15819d2390d5cb83916aed5.zip
Fixes to dhcpd.conf and Itanium IA64 support as a result of lab tests.
Diffstat (limited to 'cobbler/action_check.py')
-rw-r--r--cobbler/action_check.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/cobbler/action_check.py b/cobbler/action_check.py
index d2976f3..499f667 100644
--- a/cobbler/action_check.py
+++ b/cobbler/action_check.py
@@ -49,8 +49,10 @@ class BootCheck:
kickstarts run from koan will not have proper kernel line
parameters.
"""
- if self.settings.server == "localhost":
+ if self.settings.server == "127.0.0.1":
status.append(cobbler_msg.lookup("bad_server"))
+ if self.settings.next_server == "127.0.0.1":
+ status.append(cobbler_msg.lookup("bad_next"))
def check_httpd(self,status):
"""