summaryrefslogtreecommitdiffstats
path: root/cobbler/settings.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-09-21 17:55:38 -0400
committerJim Meyering <jim@meyering.net>2006-09-21 17:55:38 -0400
commit592dd07619b577a98778b4956cacdceaccb91b01 (patch)
treed824146d8cc65d7cf953c0e8a1437c21b77fa74f /cobbler/settings.py
parentce22c5989fc2ca2574bf75bd9fbd626d41771f72 (diff)
downloadthird_party-cobbler-592dd07619b577a98778b4956cacdceaccb91b01.tar.gz
third_party-cobbler-592dd07619b577a98778b4956cacdceaccb91b01.tar.xz
third_party-cobbler-592dd07619b577a98778b4956cacdceaccb91b01.zip
ia64 boot fixes as a result of testing.
Diffstat (limited to 'cobbler/settings.py')
-rw-r--r--cobbler/settings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cobbler/settings.py b/cobbler/settings.py
index 547865e..e582d0a 100644
--- a/cobbler/settings.py
+++ b/cobbler/settings.py
@@ -44,8 +44,8 @@ class Settings(serializable.Serializable):
"tftpboot" : "/tftpboot",
"webdir" : "/var/www/cobbler",
"manage_dhcp" : 0,
- "bootloaders" : {
- "i386" : "/usr/lib/syslinux/pxelinux.0"
+ "bootloaders" : {
+ "standard" : "/usr/lib/syslinux/pxelinux.0"
}
}