summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-10-08 16:25:46 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-10-08 16:25:46 +0000
commit72609c6930a5a3e00df243247ca3f19c4c4c06da (patch)
treeb54b8c3cf6148810b50b7e10d7fed9840eda6ffd /perl-install
parent2d04421fa3578790bc053d66292be4c3de36f182 (diff)
downloaddrakx-backup-do-not-use-72609c6930a5a3e00df243247ca3f19c4c4c06da.tar
drakx-backup-do-not-use-72609c6930a5a3e00df243247ca3f19c4c4c06da.tar.gz
drakx-backup-do-not-use-72609c6930a5a3e00df243247ca3f19c4c4c06da.tar.bz2
drakx-backup-do-not-use-72609c6930a5a3e00df243247ca3f19c4c4c06da.tar.xz
drakx-backup-do-not-use-72609c6930a5a3e00df243247ca3f19c4c4c06da.zip
*** empty log message ***
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install_any.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 2c6b0b243..9f503bbce 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -115,7 +115,6 @@ sub setPackages($$) {
$_->{selected} = 0 foreach values %{$o->{packages}};
} else {
my $useHdlist = $o->{method} !~ /nfs|hd/ || $o->{isUpgrade};
- $useHdlist = 0;
eval { $o->{packages} = pkgs::psUsingHdlist() } if $useHdlist;
$o->{packages} = pkgs::psUsingDirectory() if !$useHdlist || $@;
@@ -240,7 +239,7 @@ sub searchAndMount4Upgrade {
#- test if the partition has to be fschecked and remounted rw.
if ($root->{realMntpoint}) {
- ($o->{prefix}, $root->{mntpoint}) = ($root->{mntpoint}, '/');
+ ($o->{prefix}, $root->{mntpoint}) = ($root->{realMntpoint}, '/');
} else {
delete $root->{mntpoint};
($Parts{$_->{device}} || {})->{mntpoint} = $_->{mntpoint} foreach @$found;