diff options
author | Matt Wilson <msw@redhat.com> | 2000-08-15 16:50:27 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-08-15 16:50:27 +0000 |
commit | ebd7b38bbc1e86b4a8b710518f3dc527fca5992e (patch) | |
tree | 8b9a764ea4d895d6a6bbe09e91848c0068f82d1f /fstab.py | |
parent | d0637987c62dd93772f4fabc89a288353c193460 (diff) | |
download | anaconda-ebd7b38bbc1e86b4a8b710518f3dc527fca5992e.tar.gz anaconda-ebd7b38bbc1e86b4a8b710518f3dc527fca5992e.tar.xz anaconda-ebd7b38bbc1e86b4a8b710518f3dc527fca5992e.zip |
show in test mode
Diffstat (limited to 'fstab.py')
-rw-r--r-- | fstab.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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": |