summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-08-31 07:57:06 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-08-31 07:57:06 +0000
commit0a7dfe2a26c1ec57892cb47d6fa87daf3e372855 (patch)
tree66bb52e22def658b8c8c7f097db33491936aa325 /perl-install/install_steps.pm
parent8b2c144f3ef57416c3f76ed77bf70fe5fb37fce1 (diff)
downloaddrakx-backup-do-not-use-0a7dfe2a26c1ec57892cb47d6fa87daf3e372855.tar
drakx-backup-do-not-use-0a7dfe2a26c1ec57892cb47d6fa87daf3e372855.tar.gz
drakx-backup-do-not-use-0a7dfe2a26c1ec57892cb47d6fa87daf3e372855.tar.bz2
drakx-backup-do-not-use-0a7dfe2a26c1ec57892cb47d6fa87daf3e372855.tar.xz
drakx-backup-do-not-use-0a7dfe2a26c1ec57892cb47d6fa87daf3e372855.zip
Support for unselecting some media before the install (begin.)
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 7a7ee2b7a..443e3353b 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -292,6 +292,7 @@ sub setPackages {
$rebuild_needed and pkgs::selectPackagesToUpgrade($o->{packages}, $o->{prefix});
}
+sub deselectFoundMedia { '' }
sub selectSupplMedia { '' }
sub choosePackages {