summaryrefslogtreecommitdiff
path: root/sys-boot
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-08-19 17:19:21 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-08-19 17:19:21 +0100
commit3affeee91cd49b0ed047c2836cbd2fa478a6b99a (patch)
treea2d85cccc255fde4fff976f3443c0ca2d07826c5 /sys-boot
parent74e2ad299100af1e902a1def5a5831e720e95a9f (diff)
sys-boot/grub-config-redcore : scsi_mod.use_blk_mq=1 should be opt-in, or it will leave LTS kernel users without iosched
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/grub-config-redcore/files/grub2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/grub-config-redcore/files/grub b/sys-boot/grub-config-redcore/files/grub
index 7d291d8f..f0672aa3 100644
--- a/sys-boot/grub-config-redcore/files/grub
+++ b/sys-boot/grub-config-redcore/files/grub
@@ -19,7 +19,7 @@ GRUB_TIMEOUT="5"
#GRUB_TIMEOUT_STYLE=menu
# Append parameters to the linux kernel command line for non-recovery entries
-GRUB_CMDLINE_LINUX_DEFAULT="quiet scsi_mod.use_blk_mq=1 loglevel=1 console=tty1 splash=silent,theme:default modprobe.blacklist=vboxvideo"
+GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel=1 console=tty1 splash=silent,theme:default modprobe.blacklist=vboxvideo"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console