summaryrefslogtreecommitdiffstats
path: root/fstab.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-07-26 14:07:26 +0000
committerErik Troan <ewt@redhat.com>2000-07-26 14:07:26 +0000
commit5a83ae85bf851d7f8bd3db914061962fb682872c (patch)
tree7e67b6cbc7e5a7706216992e80c93329d1f2c980 /fstab.py
parente8bfb672746558b44dd1294663388bdeaa2fe3ff (diff)
downloadanaconda-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.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/fstab.py b/fstab.py
index 27eaccf81..01bdad574 100644
--- a/fstab.py
+++ b/fstab.py
@@ -651,8 +651,6 @@ class Fstab:
else:
pass
- os.remove('/tmp/' + device)
-
self.stopExistingRaid()
def hasDirtyFilesystems(self):