summaryrefslogtreecommitdiffstats
path: root/cobbler/settings.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-08-07 16:05:05 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-08-07 16:05:05 -0400
commitf7900593d03071aff1313ec296c4e185c423ea15 (patch)
treecaed1a09fb301c67ba5dde11d7823761d3245854 /cobbler/settings.py
parentb71eee87a6bac346e86ae25b5cb37ecc263785d2 (diff)
downloadcobbler-f7900593d03071aff1313ec296c4e185c423ea15.tar.gz
cobbler-f7900593d03071aff1313ec296c4e185c423ea15.tar.xz
cobbler-f7900593d03071aff1313ec296c4e185c423ea15.zip
Attempt at streamlining image support, now --image-type can be used to specify several types of images iso (cdrom iso, works with virt only), virt-clone (not-implemented yet), direct (things like memtest), and memdisk (hdd images). This is all still rather experimental.
Diffstat (limited to 'cobbler/settings.py')
-rw-r--r--cobbler/settings.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/cobbler/settings.py b/cobbler/settings.py
index 527b3dca..929394fc 100644
--- a/cobbler/settings.py
+++ b/cobbler/settings.py
@@ -25,10 +25,6 @@ DEFAULTS = {
"allow_duplicate_macs" : 0,
"allow_duplicate_ips" : 0,
"bind_bin" : "/usr/sbin/named",
- "bootloaders" : {
- "standard" : "/usr/lib/syslinux/pxelinux.0",
- "ia64" : "/var/lib/cobbler/elilo-3.6-ia64.efi"
- },
"cobbler_master" : '',
"default_kickstart" : "/etc/cobbler/default.ks",
"default_virt_bridge" : "xenbr0",