diff options
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index d80d6625f..e673e40e9 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -577,9 +577,6 @@ sub main { #- 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; } |