Update post install message

This commit is contained in:
JeremyStar™ 2024-03-11 16:23:15 +01:00
parent fca9f02086
commit a685df59b4

View file

@ -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() {