diff options
author | Matt Wilson <msw@redhat.com> | 2000-01-11 22:49:31 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-01-11 22:49:31 +0000 |
commit | 6be126606c5c88a9d9dfc82a23333270e8a7c2be (patch) | |
tree | 40eb3c15b324086fcd31eac56a6bf850d9b13066 | |
parent | 49d9fa1ed6964fe7dd940af5de8c43530b467d8e (diff) | |
download | anaconda-6be126606c5c88a9d9dfc82a23333270e8a7c2be.tar.gz anaconda-6be126606c5c88a9d9dfc82a23333270e8a7c2be.tar.xz anaconda-6be126606c5c88a9d9dfc82a23333270e8a7c2be.zip |
unmount filesystems after the install
-rwxr-xr-x | anaconda | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -351,4 +351,5 @@ except: pdb.post_mortem (tb) os._exit (1) +todo.fstab.umountFilesystems(rootPath, ignoreErrors = 1) del intf |