[et-mgmt-tools] Patch to reenable memtest entry creation on Cobbler 0.9

Pablo Iranzo Gómez Pablo.Iranzo at redhat.com
Sat Apr 19 18:57:13 UTC 2008


	Hi
	This should be applied to fix the memtest entry creation on
cobbler 0.9x after moving memtest to images/

	Regards
	Pablo


diff --git a/cobbler/pxegen.py b/cobbler/pxegen.py
index 527b6a2..e39fdc8 100644
--- a/cobbler/pxegen.py
+++ b/cobbler/pxegen.py
@@ -186,7 +186,7 @@ class PXEGen:
         memtests = glob.glob(self.bootloc + "/images/memtest*")
         if len(memtests) > 0:
             pxe_menu_items = pxe_menu_items + "\n\n"
-            for memtest in glob.glob(self.bootloc + '/memtest*'):
+            for memtest in glob.glob(self.bootloc + '/images/memtest*'):
                 base = os.path.basename(memtest)
                 contents = self.write_memtest_pxe("/images/%s" % base)
                 pxe_menu_items = pxe_menu_items + contents + "\n"




-- 
Pablo Iranzo Gómez
(http://Alufis35.uv.es/~iranzo/)
(PGPKey Available on http://www.uv.es/~iranzop/PGPKey.pgp)
                  --
Postulado de Boling sobre la Ley de Murphy:

Si se encuentra bien, no se preocupe. Se le pasará




More information about the et-mgmt-tools mailing list