[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 08/62] ts-host-install: don't use the new nic naming scheme
From: Wei Liu <wei.liu2@xxxxxxxxxx> Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- ts-host-install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ts-host-install b/ts-host-install index 292733ba..9ab3de62 100755 --- a/ts-host-install +++ b/ts-host-install @@ -244,6 +244,10 @@ END # why this is repeated. push @hocmdline, "console=$console" unless $console eq "NONE"; + # 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, get_host_property($ho, "linux-boot-append $ho->{Suite}", ''), get_host_property($ho, "linux-boot-append $ho->{Suite} $r{arch}", ''); -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |