summaryrefslogtreecommitdiffstats
path: root/cobbler/settings.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-09-21 16:35:23 -0400
committerJim Meyering <jim@meyering.net>2006-09-21 16:35:23 -0400
commitce22c5989fc2ca2574bf75bd9fbd626d41771f72 (patch)
tree3818d86fa383296262de3a64dca18e9c13bf46b8 /cobbler/settings.py
parenta846ccb34ab5723bc4ecef309575aae1c2532f51 (diff)
downloadthird_party-cobbler-ce22c5989fc2ca2574bf75bd9fbd626d41771f72.tar.gz
third_party-cobbler-ce22c5989fc2ca2574bf75bd9fbd626d41771f72.tar.xz
third_party-cobbler-ce22c5989fc2ca2574bf75bd9fbd626d41771f72.zip
Naming cleanup of a few variables now that we're dealing with more
than pxelinux.0 (likely elilo.efi)
Diffstat (limited to 'cobbler/settings.py')
-rw-r--r--cobbler/settings.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/cobbler/settings.py b/cobbler/settings.py
index 304f748..547865e 100644
--- a/cobbler/settings.py
+++ b/cobbler/settings.py
@@ -44,9 +44,8 @@ class Settings(serializable.Serializable):
"tftpboot" : "/tftpboot",
"webdir" : "/var/www/cobbler",
"manage_dhcp" : 0,
- "pxelinuxes" : {
+ "bootloaders" : {
"i386" : "/usr/lib/syslinux/pxelinux.0"
- "ia64" : "/no/path/to/this/file/pxelinux.0"
}
}