mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-19 13:31:28 +02:00
Merge pull request #3366 from Alalk/nvme-aws-timeout-patch
Update grub-ec2.cfg to be inline with the aws docs
This commit is contained in:
commit
eb16e1cbac
@ -4,7 +4,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.
|
||||
set linux_append="modprobe.blacklist=xen_fbfront net.ifnames=0"
|
||||
set linux_append="modprobe.blacklist=xen_fbfront net.ifnames=0 nvme_core.io_timeout=4294967295"
|
||||
|
||||
if [ "$grub_platform" = pc ]; then
|
||||
set linux_console="console=ttyS0,115200n8"
|
||||
|
Loading…
x
Reference in New Issue
Block a user