From a685df59b4215ca3ae3ff829013c174ea804171c Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Mon, 11 Mar 2024 16:23:15 +0100 Subject: [PATCH] Update post install message --- linux.install | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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() {