Really we should fix this by making a .deb in Debian that we could
install. But this is a longer-term project.
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
# Don't use "Predictable Network Interface Names"
# https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/
- push @hocmdline, "net.ifnames=0" if $ho->{Suite} =~ m/stretch/;
+ push @hocmdline, "net.ifnames=0" if $ho->{Suite} =~ m/stretch|buster/;
push @hocmdline,
get_host_property($ho, "linux-boot-append $ho->{Suite}", ''),