]> xenbits.xensource.com Git - people/liuw/osstest.git/commitdiff
Revert "ts-host-install: don't use the new nic naming scheme" wip.update-stretch-v3.2
authorWei Liu <wei.liu2@citrix.com>
Thu, 17 May 2018 14:11:29 +0000 (15:11 +0100)
committerWei Liu <wei.liu2@citrix.com>
Thu, 17 May 2018 14:11:29 +0000 (15:11 +0100)
This reverts commit 68983e1b5b50f3e60236f1e9ba098493942d5112.

ts-host-install

index beafcc7963a483fe7027ea968f03a76775711cb7..04c281192053ecf95ca46eefbc1983683d2f1638 100755 (executable)
@@ -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}", '');