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:
David Michael 2019-05-01 15:51:46 -04:00 committed by GitHub
commit eb16e1cbac
3 changed files with 1 additions and 1 deletions

View File

@ -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"