summaryrefslogtreecommitdiffstats
path: root/pyanaconda/backend.py
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2011-01-07 11:51:48 -0600
committerDavid Lehman <dlehman@redhat.com>2011-01-11 10:02:17 -0600
commitbd1123738d8a6ea671f472c663ed8e1c882f93a7 (patch)
tree1619d86679fc65f084c0b6fcbbc8dbe6c855c6e0 /pyanaconda/backend.py
parentfbfd7cf82f969b32205ae1afec290d16ce3c554f (diff)
downloadanaconda-bd1123738d8a6ea671f472c663ed8e1c882f93a7.tar.gz
anaconda-bd1123738d8a6ea671f472c663ed8e1c882f93a7.tar.xz
anaconda-bd1123738d8a6ea671f472c663ed8e1c882f93a7.zip
Convert livecd.py to use the storage module where appropriate.
Removes rootFsType from AnacondaBackend since it was really only there for livecd anyhow. Now the livecd-specific code scattered throughout storage will be slightly easier to identify. Removes the extra check of root device size from LiveCDCopyBackend.doBackendSetup. We already do that in Storage.sanityCheck.
Diffstat (limited to 'pyanaconda/backend.py')
-rw-r--r--pyanaconda/backend.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyanaconda/backend.py b/pyanaconda/backend.py
index 6d8ea1c27..1f4a8b2e2 100644
--- a/pyanaconda/backend.py
+++ b/pyanaconda/backend.py
@@ -55,7 +55,6 @@ class AnacondaBackend:
# some backends may have a special case for rootfs formatting
# FIXME: we should handle this a little more elegantly
self.skipFormatRoot = False
- self.rootFsType = None
def postAction(self, anaconda):
pass