Merge pull request #1320 from marineam/ec2

ec2: disable new-style interface naming on Amazon
This commit is contained in:
Michael Marineau 2015-06-30 12:18:19 -07:00
commit 46e8ae92b0
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
# CoreOS GRUB settings for EC2
# Blacklist the Xen framebuffer module so it doesn't get loaded at boot
set linux_append="modprobe.blacklist=xen_fbfront"
# Disable `ens3` style names, so eth0 is used for both ixgbevf or xen.
set linux_append="modprobe.blacklist=xen_fbfront net.ifnames=0"