diff options
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); |