diff options
author | Francois Pons <fpons@mandriva.com> | 1999-12-21 15:38:49 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 1999-12-21 15:38:49 +0000 |
commit | 0ed77b4d524759942d122ee37929d2b99a6f6791 (patch) | |
tree | 2d70b0a7d68bb300b21f9fac0d5c3ee0a56cfb93 /perl-install/install_any.pm | |
parent | 7ba603b13fe12d4f0ca63281bbb844da54981717 (diff) | |
download | drakx-0ed77b4d524759942d122ee37929d2b99a6f6791.tar drakx-0ed77b4d524759942d122ee37929d2b99a6f6791.tar.gz drakx-0ed77b4d524759942d122ee37929d2b99a6f6791.tar.bz2 drakx-0ed77b4d524759942d122ee37929d2b99a6f6791.tar.xz drakx-0ed77b4d524759942d122ee37929d2b99a6f6791.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index f72733d60..139ef21a8 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -210,8 +210,6 @@ sub searchAndMount4Upgrade { my $w = $::beginner && $o->wait_message('', _("Searching root partition.")); - $o->{partitioning}{readonly} = 1; - #- try to find the partition where the system is installed if beginner #- else ask the user the right partition, and test it after. getHds($o); |