summaryrefslogtreecommitdiffstats
path: root/fstab.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-08-15 16:50:27 +0000
committerMatt Wilson <msw@redhat.com>2000-08-15 16:50:27 +0000
commitebd7b38bbc1e86b4a8b710518f3dc527fca5992e (patch)
tree8b9a764ea4d895d6a6bbe09e91848c0068f82d1f /fstab.py
parentd0637987c62dd93772f4fabc89a288353c193460 (diff)
downloadanaconda-ebd7b38bbc1e86b4a8b710518f3dc527fca5992e.tar.gz
anaconda-ebd7b38bbc1e86b4a8b710518f3dc527fca5992e.tar.xz
anaconda-ebd7b38bbc1e86b4a8b710518f3dc527fca5992e.zip
show in test mode
Diffstat (limited to 'fstab.py')
-rw-r--r--fstab.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/fstab.py b/fstab.py
index 065205f95..2fe9acc0d 100644
--- a/fstab.py
+++ b/fstab.py
@@ -150,7 +150,6 @@ class Fstab:
return (partition, fsystem)
def rootOnLoop(self):
- if not self.setupFilesystems: return 0
for (mntpoint, partition, fsystem, doFormat, size) in self.mountList():
if mntpoint == '/':
if fsystem == "vfat":