diff options
-rw-r--r-- | perl-install/install_any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 7ec6e4008..2c6b0b243 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -202,7 +202,7 @@ sub searchAndMount4Upgrade { my ($o) = @_; my ($root, $found); - $o->{partitioning}{readonly} ||= $:: + $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. |