diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-08-31 07:57:06 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-08-31 07:57:06 +0000 |
commit | 0a7dfe2a26c1ec57892cb47d6fa87daf3e372855 (patch) | |
tree | 66bb52e22def658b8c8c7f097db33491936aa325 /perl-install/install_steps.pm | |
parent | 8b2c144f3ef57416c3f76ed77bf70fe5fb37fce1 (diff) | |
download | drakx-0a7dfe2a26c1ec57892cb47d6fa87daf3e372855.tar drakx-0a7dfe2a26c1ec57892cb47d6fa87daf3e372855.tar.gz drakx-0a7dfe2a26c1ec57892cb47d6fa87daf3e372855.tar.bz2 drakx-0a7dfe2a26c1ec57892cb47d6fa87daf3e372855.tar.xz drakx-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.pm | 1 |
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 { |