summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2007-07-26 14:46:10 +0000
committerDavid Cantrell <dcantrell@redhat.com>2007-07-26 14:46:10 +0000
commitf14bc93b3d50bdd4a54fcf876df7009e849bf4e6 (patch)
tree966c4a8b037737333ddb2f126c7d5c5cfc325d4b
parentd47270fe51731561230a61551f51c9a16a892034 (diff)
downloadanaconda-f14bc93b3d50bdd4a54fcf876df7009e849bf4e6.tar.gz
anaconda-f14bc93b3d50bdd4a54fcf876df7009e849bf4e6.tar.xz
anaconda-f14bc93b3d50bdd4a54fcf876df7009e849bf4e6.zip
Just kidding.
-rw-r--r--ChangeLog3
-rw-r--r--yuminstall.py1
2 files changed, 0 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index c4777e6d1..24b5e7f16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,9 +19,6 @@
2007-07-26 David Cantrell <dcantrell@redhat.com>
- * yuminstall.py (YumBackend.__init__): Make sure skipFormatRoot is
- initialized.
-
* ui/autopart.glade: Bold heading text to be more consistent with
other screens.
diff --git a/yuminstall.py b/yuminstall.py
index 045995a79..ad1744f4a 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -673,7 +673,6 @@ class YumBackend(AnacondaBackend):
def __init__ (self, method, instPath):
AnacondaBackend.__init__(self, method, instPath)
self.supportsPackageSelection = True
- self.skipFormatRoot = False
def doInitialSetup(self, anaconda):
if anaconda.id.getUpgrade():