summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-01-11 22:49:31 +0000
committerMatt Wilson <msw@redhat.com>2000-01-11 22:49:31 +0000
commit6be126606c5c88a9d9dfc82a23333270e8a7c2be (patch)
tree40eb3c15b324086fcd31eac56a6bf850d9b13066 /anaconda
parent49d9fa1ed6964fe7dd940af5de8c43530b467d8e (diff)
downloadanaconda-6be126606c5c88a9d9dfc82a23333270e8a7c2be.tar.gz
anaconda-6be126606c5c88a9d9dfc82a23333270e8a7c2be.tar.xz
anaconda-6be126606c5c88a9d9dfc82a23333270e8a7c2be.zip
unmount filesystems after the install
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda1
1 files changed, 1 insertions, 0 deletions
diff --git a/anaconda b/anaconda
index 34a59c8fe..1e6712d5a 100755
--- a/anaconda
+++ b/anaconda
@@ -351,4 +351,5 @@ except:
pdb.post_mortem (tb)
os._exit (1)
+todo.fstab.umountFilesystems(rootPath, ignoreErrors = 1)
del intf