summarylogtreecommitdiffstats
path: root/linux.install
diff options
context:
space:
mode:
authorJosip Ponjavic2020-06-23 19:52:03 +0200
committerJosip Ponjavic2020-06-23 19:52:03 +0200
commit1719b75354a78a7b64264bf81bf7bf806a6e09f4 (patch)
treea0f22f306e0f02272613d6b54cf9c90322f5663c /linux.install
parent037a2a6fb0714e1a13b87a06ebd35a28a5fc9555 (diff)
downloadaur-1719b75354a78a7b64264bf81bf7bf806a6e09f4.tar.gz
4.14.185-1 (clr 4.14.185-115)
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"
}