diff options
author | Francois Pons <fpons@mandriva.com> | 1999-11-17 14:41:15 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 1999-11-17 14:41:15 +0000 |
commit | cfe7ff7eb477051523765ee5f08f513e81357177 (patch) | |
tree | 5582c8b92e16dfee49807a7b7a752d9b2df74e5c /perl-install/install_any.pm | |
parent | bb9aa2bfb3eb697ac43d9be3646a4a30b8a7bf44 (diff) | |
download | drakx-backup-do-not-use-cfe7ff7eb477051523765ee5f08f513e81357177.tar drakx-backup-do-not-use-cfe7ff7eb477051523765ee5f08f513e81357177.tar.gz drakx-backup-do-not-use-cfe7ff7eb477051523765ee5f08f513e81357177.tar.bz2 drakx-backup-do-not-use-cfe7ff7eb477051523765ee5f08f513e81357177.tar.xz drakx-backup-do-not-use-cfe7ff7eb477051523765ee5f08f513e81357177.zip |
*** empty log message ***
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 |