summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 08f6cf86f..d80d6625f 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -574,6 +574,12 @@ sub main {
install_any::lnx4win_postinstall($o->{prefix}) if $o->{lnx4win};
install_any::killCardServices();
+ #- ala pixel? :-) [fpons]
+ sync(); sync();
+
+ #- remounting read-only may avoid error if kernel is unable to umount fs.
+ install_any::remount_readonly($o, $o->{prefix});
+
log::l("installation complete, leaving");
print "\n" x 30;
}