From: Peter Palfrader Date: Wed, 16 Aug 2017 11:49:36 +0000 (+0200) Subject: And set net.ifnames to 0 X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=f6dc09c573b7a8fe5c9a0f07cfb7ac49d827f67e;p=mirror%2Fdsa-puppet.git And set net.ifnames to 0 --- diff --git a/modules/grub/templates/puppet-net-ifnames.cfg.erb b/modules/grub/templates/puppet-net-ifnames.cfg.erb new file mode 100644 index 000000000..5a2165936 --- /dev/null +++ b/modules/grub/templates/puppet-net-ifnames.cfg.erb @@ -0,0 +1 @@ +GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX net.ifnames=0"