Message ID | 20171031135203.11537-8-wei.liu2@citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/ts-host-install b/ts-host-install index 11c14a7..7339858 100755 --- a/ts-host-install +++ b/ts-host-install @@ -271,6 +271,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}", '');