From: Wei Liu Date: Thu, 17 May 2018 14:11:29 +0000 (+0100) Subject: Revert "ts-host-install: don't use the new nic naming scheme" X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fwip.update-stretch-v3.2;p=people%2Fliuw%2Fosstest.git Revert "ts-host-install: don't use the new nic naming scheme" This reverts commit 68983e1b5b50f3e60236f1e9ba098493942d5112. --- diff --git a/ts-host-install b/ts-host-install index beafcc7..04c2811 100755 --- a/ts-host-install +++ b/ts-host-install @@ -257,10 +257,6 @@ 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}", '');