summarylogtreecommitdiffstats
path: root/linux.install
blob: ba61d8da648d1d5c2d0806cbc9ab5bf5ccd3b0cf (plain)
1
2
3
4
5
6
7
8
9
10
11

post_install() {
  echo ""
  echo ":: Adjust kernel command line in your bootloader to Clear Linux kernel default:"
  echo ""
  echo "    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 rcupdate.rcu_expedited=1"
  echo "    rootfstype=ext4,btrfs,xfs,f2fs tsc=reliable rw "
  echo ""
}