1 |
diff -uNr anaconda-11.1.2.87__orig/installclasses/rhel.py anaconda-11.1.2.87/installclasses/rhel.py |
2 |
--- anaconda-11.1.2.87__orig/installclasses/rhel.py 2008-06-15 03:50:44.000000000 +0100 |
3 |
+++ anaconda-11.1.2.87/installclasses/rhel.py 2008-06-15 03:51:26.000000000 +0100 |
4 |
@@ -73,7 +73,7 @@ |
5 |
def setSteps(self, dispatch): |
6 |
BaseInstallClass.setSteps(self, dispatch); |
7 |
dispatch.skipStep("partition") |
8 |
- dispatch.skipStep("regkey", skip = 0) |
9 |
+ dispatch.skipStep("regkey", skip = 1) |
10 |
|
11 |
def handleRegKey(self, key, intf, interactive = True): |
12 |
self.repopaths = { "base": "%s" %(productPath,) } |