diff options
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 38ee82099..6e1b8bb1c 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -197,6 +197,8 @@ sub searchAndMount4Upgrade { my ($o) = @_; my ($root, $found); + 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 |