This makes it effect builds on Debian, too.
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
di_vg_name
debian_dhcp_rofs_fix
debian_write_random_seed_command
+ some_extradebs standard_extradebs
);
%EXPORT_TAGS = ( );
qw(amd64-microcode intel-microcode));
}
+ standard_extradebs($ho);
+
my $ntpserver = get_target_property($ho, 'NtpServer');
if ($ntpserver) {
target_editfile_root($ho, '/etc/ntp.conf', sub {
sub extradebs () {
my $suite = $ho->{Suite};
- standard_extradebs($ho);
-
# $c{ DebianExtraPackages_<firmware>_<arch>_<suite> }
my $firmware = get_host_property($ho, "firmware");
some_extradebs($ho, [ 'DebianExtraPackages', $firmware, $ho->{Arch}, $suite ]);