summarylogtreecommitdiffstats
path: root/linux.install
diff options
context:
space:
mode:
authorJosip Ponjavic2020-06-11 11:35:18 +0200
committerJosip Ponjavic2020-06-11 11:35:18 +0200
commit1ae30a086bdb90c9a7ffe027dbf5eabd6425f860 (patch)
tree45bd92b8f44920a6140998bdf0076a5f6ab3e1dc /linux.install
parent3a0fe7e7a417938c464afc32f7660e0d085697a2 (diff)
downloadaur-1ae30a086bdb90c9a7ffe027dbf5eabd6425f860.tar.gz
4.19.128-1 (clr 4.19.127-145)
Diffstat (limited to 'linux.install')
-rw-r--r--linux.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux.install b/linux.install
index 3339ccf15e4a..34b7696dd557 100644
--- a/linux.install
+++ b/linux.install
@@ -3,5 +3,5 @@ post_install() {
echo ":: Adjust kernel command line in your bootloader to Clear Linux kernel default:"
echo " quiet console=tty0 console=ttyS0,115200n8 cryptomgr.notests initcall_debug"
echo " intel_iommu=igfx_off kvm-intel.nested=1 no_timer_check noreplace-smp"
- echo " rcu_nocbs=0-64 rcupdate.rcu_expedited=1 rootfstype=ext4,btrfs,xfs,f2fs tsc=reliable rw"
+ echo " rcupdate.rcu_expedited=1 rootfstype=ext4,btrfs,xfs,f2fs tsc=reliable rw"
}