summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-09-26 08:54:52 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-09-26 08:54:52 +0000
commit044162170a90d3a699847c5f8004b9d3a2cad427 (patch)
treef00a8d5f9cc2d528134e2bc0b1a7731607f411bb /perl-install/pkgs.pm
parent90659452b39b7ea2603c0681fbd2ea64ac7a4028 (diff)
downloaddrakx-backup-do-not-use-044162170a90d3a699847c5f8004b9d3a2cad427.tar
drakx-backup-do-not-use-044162170a90d3a699847c5f8004b9d3a2cad427.tar.gz
drakx-backup-do-not-use-044162170a90d3a699847c5f8004b9d3a2cad427.tar.bz2
drakx-backup-do-not-use-044162170a90d3a699847c5f8004b9d3a2cad427.tar.xz
drakx-backup-do-not-use-044162170a90d3a699847c5f8004b9d3a2cad427.zip
Comment fix
Diffstat (limited to 'perl-install/pkgs.pm')
-rw-r--r--perl-install/pkgs.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm
index 442fef990..476d473bb 100644
--- a/perl-install/pkgs.pm
+++ b/perl-install/pkgs.pm
@@ -460,7 +460,7 @@ sub psUsingHdlist {
rpmsdir => $rpmsdir, #- where is RPMS directory.
descr => $descr,
fakemedium => $fakemedium,
- selected => $selected, #- default value is only CD1, it is really the minimal.
+ selected => $selected, #- this is !$noauto from the hdlists file
ignored => !$selected, #- keep track of ignored medium by DrakX.
pubkey => [], #- all pubkey blocks here
);