summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 3c1075ece..0d52340f3 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -445,6 +445,12 @@ sub setPackages {
$tmphdlistfile,
);
unlink $tmphdlistfile;
+ if ($supplmedium) {
+ log::l("read suppl hdlist");
+ $supplmedium->{selected} = 1;
+ } else {
+ log::l("no suppl hdlist");
+ }
}
} else {
$suppl_method = '';