summaryrefslogtreecommitdiffstats
path: root/check.py
diff options
context:
space:
mode:
Diffstat (limited to 'check.py')
-rw-r--r--check.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/check.py b/check.py
index 311c23f..8a156fc 100644
--- a/check.py
+++ b/check.py
@@ -104,7 +104,5 @@ class BootCheck:
status.append(m("no_exist") % self.config.dhcpd_conf)
if not os.path.exists(self.config.kernel_root):
status.append(m("no_dir2") % (self.config.kernel_root, 'kernel_root'))
- if not os.path.exists(self.config.kickstart_root):
- status.append(m("no_dir2") % (self.config.kickstart_root, 'kickstart_root'))