summaryrefslogtreecommitdiffstats
path: root/backend.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2009-04-01 16:03:56 -0400
committerJeremy Katz <katzj@redhat.com>2009-04-02 14:33:32 -0400
commitc3dac2c885e651253024f1ed8915a52acd1b3e96 (patch)
tree1a84dc8b6b9b83dd0e45a914831c594e72b8b9a0 /backend.py
parented5ffcdb3528f2af0c94686663f287c62857f141 (diff)
downloadanaconda-c3dac2c885e651253024f1ed8915a52acd1b3e96.tar.gz
anaconda-c3dac2c885e651253024f1ed8915a52acd1b3e96.tar.xz
anaconda-c3dac2c885e651253024f1ed8915a52acd1b3e96.zip
Don't allow the rootfs on live installs to not match (#493206, #492727)
Ensure that with live installs that the type of the rootfs matches what we need it to. This used to be done behind the user's back in the livecd code, but it's probably better to handle more generally like this
Diffstat (limited to 'backend.py')
-rw-r--r--backend.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend.py b/backend.py
index 680f05884..729966ae1 100644
--- a/backend.py
+++ b/backend.py
@@ -54,6 +54,7 @@ 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
self._loopbackFile = None