diff options
author | Erik Troan <ewt@redhat.com> | 2000-07-26 14:07:26 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-07-26 14:07:26 +0000 |
commit | 5a83ae85bf851d7f8bd3db914061962fb682872c (patch) | |
tree | 7e67b6cbc7e5a7706216992e80c93329d1f2c980 /fstab.py | |
parent | e8bfb672746558b44dd1294663388bdeaa2fe3ff (diff) | |
download | anaconda-5a83ae85bf851d7f8bd3db914061962fb682872c.tar.gz anaconda-5a83ae85bf851d7f8bd3db914061962fb682872c.tar.xz anaconda-5a83ae85bf851d7f8bd3db914061962fb682872c.zip |
don't bother removing devices (caused problems anyway)
Diffstat (limited to 'fstab.py')
-rw-r--r-- | fstab.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -651,8 +651,6 @@ class Fstab: else: pass - os.remove('/tmp/' + device) - self.stopExistingRaid() def hasDirtyFilesystems(self): |