mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 14:31:02 +02:00
ec2: disable new-style interface naming on Amazon
Before we can enable ixgbevf devices by default we need to prevent the interface names from changing names and surprising folks. On the down side this may surprise anyone manually enabling ixgbevf on their instances but I expect that to be the smaller population.
This commit is contained in:
parent
98264ef1b3
commit
72b4f3b2db
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user