summarylogtreecommitdiffstats
path: root/linux.install
diff options
context:
space:
mode:
Diffstat (limited to 'linux.install')
-rw-r--r--linux.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/linux.install b/linux.install
new file mode 100644
index 000000000000..689c15b4542f
--- /dev/null
+++ b/linux.install
@@ -0,0 +1,8 @@
+
+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 " page_alloc.shuffle=1 rcu_nocbs=0-64 rcupdate.rcu_expedited=1"
+ echo " rootfstype=ext4,btrfs,xfs tsc=reliable rw "
+}