]> git.pld-linux.org Git - packages/anaconda.git/commitdiff
- fixed
authorPatryk Zawadzki <patrys@room-303.com>
Tue, 18 Dec 2007 18:19:16 +0000 (18:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anaconda-installclass-pld.py -> 1.5

anaconda-installclass-pld.py

index b7eebe182c29043382bf5dcadb63e6f10a86d5fc..5760f6fe4ab1faa1e6cdb8f946c6b4fa469f01e6 100644 (file)
@@ -28,6 +28,7 @@ class InstallClass(BaseInstallClass):
     sortPriority = 10000
     allowExtraRepos = True
 
+    repopaths = { "base": ["PLD/i686/RPMS", "PLD/noarch/RPMS"], }
     tasks = [
         (N_("GNOME Desktop"), [
             "gnome",
@@ -75,7 +76,7 @@ class InstallClass(BaseInstallClass):
         dispatch = anaconda.dispatch
        BaseInstallClass.setSteps(self, anaconda);
        dispatch.skipStep("partition")
-       dispatch.skipStep("regkey", skip = 1)
+       dispatch.skipStep("regkey")
 
     # for rhel, we're putting the metadata under productpath
     def getPackagePaths(self, uri):
This page took 0.037848 seconds and 4 git commands to generate.