Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion coreos-base/oem-ec2-compat/files/grub-ec2.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set oem_id="ec2"

# Blacklist the Xen framebuffer module so it doesn't get loaded at boot
# Disable `ens3` style names, so eth0 is used for both ixgbevf or xen.
# Disable Predictable Network Interface Names (systemd.net-naming-scheme(7)), so eth0 is used for both ixgbevf or xen.
set linux_append="modprobe.blacklist=xen_fbfront net.ifnames=0 nvme_core.io_timeout=4294967295"

if [ "$grub_platform" = pc ]; then
Expand Down
1 change: 1 addition & 0 deletions coreos-base/oem-rackspace-onmetal/files/grub.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ set timeout=15
set linux_console="console=ttyS4,115200n8 8250.nr_uarts=5"

# Blacklist MEI, the firmware is just plain broken.
# Disable Predictable Network Interface Names (systemd.net-naming-scheme(7))
set linux_append="modprobe.blacklist=mei_me net.ifnames=0"
4 changes: 3 additions & 1 deletion coreos-base/oem-vmware/files/grub.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Flatcar GRUB settings

set oem_id="vmware"
set linux_append="flatcar.autologin"

# Disable Predictable Network Interface Names (systemd.net-naming-scheme(7))
set linux_append="flatcar.autologin net.ifnames=0"