mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-19 13:31:28 +02:00
coreos-base/oem-ec2-compat: Use Amazon's documented NVMe timeout
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nvme-ebs-volumes.html#timeout-nvme-ebs-volumes
This commit is contained in:
parent
937e25f488
commit
05730d11d1
@ -4,7 +4,7 @@ set oem_id="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
|
||||||
# Disable `ens3` style names, so eth0 is used for both ixgbevf or xen.
|
# 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
|
if [ "$grub_platform" = pc ]; then
|
||||||
set linux_console="console=ttyS0,115200n8"
|
set linux_console="console=ttyS0,115200n8"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user