diff --git a/linux.install b/linux.install index 6d81546..883040c 100644 --- a/linux.install +++ b/linux.install @@ -9,11 +9,10 @@ _5_2_9_6_changes() { } 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 rcupdate.rcu_expedited=1" - echo " rootfstype=ext4,btrfs,xfs,f2fs tsc=reliable rw " + echo ":: If you want you can adjust your kernel cmdline to Clear Linux's defaults (optional):" + echo " quiet console=tty0 console=ttyS0,115200n8 rootfstype=ext4,btrfs,xfs,f2fs rw" + echo "" + echo " Note: Some options previously listed here are now included in the kernel." } post_upgrade() {