mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 22:41:09 +02:00
Merge pull request #1320 from marineam/ec2
ec2: disable new-style interface naming on Amazon
This commit is contained in:
commit
46e8ae92b0
@ -1,4 +1,5 @@
|
|||||||
# CoreOS GRUB settings for EC2
|
# CoreOS GRUB settings for EC2
|
||||||
|
|
||||||
# Blacklist the Xen framebuffer module so it doesn't get loaded at boot
|
# 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