summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-08-14 20:52:45 +0000
committerJeremy Katz <katzj@redhat.com>2001-08-14 20:52:45 +0000
commit1609394aa8c153827a869474e2bafa2224e79427 (patch)
tree42a0e72dc907dc80750691a0c8fca055cd15f88c /fsset.py
parentc171d24e1959e8f3e99896a4c39b3dfd715d84c3 (diff)
downloadanaconda-1609394aa8c153827a869474e2bafa2224e79427.tar.gz
anaconda-1609394aa8c153827a869474e2bafa2224e79427.tar.xz
anaconda-1609394aa8c153827a869474e2bafa2224e79427.zip
if no message window, just fall back to ext2 if no journal, but that case shouldn't happen
Diffstat (limited to 'fsset.py')
-rw-r--r--fsset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsset.py b/fsset.py
index 5f6be0e60..b3abb1720 100644
--- a/fsset.py
+++ b/fsset.py
@@ -376,7 +376,7 @@ class ext2FileSystem(extFileSystem):
% (devicePath, devicePath), type = "yesno")
if rc == 0:
sys.exit(0)
- entry.fsystem = entry.origfsystem
+ entry.fsystem = entry.origfsystem
else:
extFileSystem.removeForcedFsck(self, entry, message, chroot)