From 6be126606c5c88a9d9dfc82a23333270e8a7c2be Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Tue, 11 Jan 2000 22:49:31 +0000 Subject: unmount filesystems after the install --- anaconda | 1 + 1 file changed, 1 insertion(+) (limited to 'anaconda') 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 -- cgit