Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1320 from marineam/ec2
Browse files Browse the repository at this point in the history
ec2: disable new-style interface naming on Amazon
  • Loading branch information
marineam committed Jun 30, 2015
2 parents c1c00a4 + 1b7cfa8 commit d7245f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion coreos-base/oem-ec2-compat/files/grub-ec2.cfg
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit d7245f0

Please sign in to comment.