[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 31/62] persistent-net: Set net.ifnames=0 in di_installcmdline_core
Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- Osstest/Debian.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm index 6309b246..aff5acd5 100644 --- a/Osstest/Debian.pm +++ b/Osstest/Debian.pm @@ -81,6 +81,11 @@ sub debian_boot_setup ($$$$$;$) { $kopt .= ' '.$targkopt; } + # https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ + # In fact these are anything but predictable. We use the scheme + # from Debian jessie and earlier, persistent-net-generator etc. + $kopt .= ' net.ifnames=0'; + foreach my $hook ($hooks ? @$hooks : ()) { my $bo_hook= $hook->{EditBootOptions}; $bo_hook->($ho, \$xenhopt, \$kopt) if $bo_hook; -- 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 |