diff options
author | Francois Pons <fpons@mandriva.com> | 1999-11-09 17:31:24 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 1999-11-09 17:31:24 +0000 |
commit | 02b57b61aafd29a78023e242a0cf998cd93a91ee (patch) | |
tree | 604e259cea3da5ad2f046fd2e11a6c6f631dd1ba /perl-install/install2.pm | |
parent | 57b9b33657beba4976551212a562ac85ff22f81f (diff) | |
download | drakx-02b57b61aafd29a78023e242a0cf998cd93a91ee.tar drakx-02b57b61aafd29a78023e242a0cf998cd93a91ee.tar.gz drakx-02b57b61aafd29a78023e242a0cf998cd93a91ee.tar.bz2 drakx-02b57b61aafd29a78023e242a0cf998cd93a91ee.tar.xz drakx-02b57b61aafd29a78023e242a0cf998cd93a91ee.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 6 |
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; } |