[PATCH 2/2] Use the F19 bootloader class from pykickstart, for --extlinux

mattdm at fedoraproject.org mattdm at fedoraproject.org
Wed May 8 17:42:07 UTC 2013


From: Matthew Miller <mattdm at fedoraproject.org>

---
 pyanaconda/kickstart.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/kickstart.py b/pyanaconda/kickstart.py
index cd6713d..3a242dd 100644
--- a/pyanaconda/kickstart.py
+++ b/pyanaconda/kickstart.py
@@ -241,7 +241,7 @@ class AutoPart(commands.autopart.F18_AutoPart):
 
         doAutoPartition(storage, ksdata)
 
-class Bootloader(commands.bootloader.F18_Bootloader):
+class Bootloader(commands.bootloader.F19_Bootloader):
     def execute(self, storage, ksdata, instClass):
         if self.location == "none":
             location = None
-- 
1.8.2.1



More information about the anaconda-patches mailing list