# security.d.o CDN seems unreliable right now
# and jessie-updates is no more
+ if (grep { m/_dmrestrict$/ && $r{$_} } keys %r and
+ $suite =~ m/stretch/) {
+ preseed_backports_packages($ho, $sfx, \%xopts, $suite,
+ qw(chiark-scripts));
+ }
+
$preseed .= <<"END";
### END OF DEBIAN PRESEED BASE
$extra_packages = "pv-grub-menu";
}
}
- if (grep { m/_dmrestrict$/ && $r{$_} } keys %r and
- $suite =~ m/stretch/) {
- preseed_backports_packages($ho, $sfx, \%xopts, $suite,
- qw(chiark-scripts));
- }
my $preseed_file= preseed_base($ho, $sfx, $extra_packages, %xopts);
$preseed_file.= (<<END);