Update post install message
This commit is contained in:
parent
fca9f02086
commit
a685df59b4
1 changed files with 4 additions and 5 deletions
|
@ -9,11 +9,10 @@ _5_2_9_6_changes() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
echo ":: Adjust kernel command line in your bootloader to Clear Linux kernel default:"
|
echo ":: If you want you can adjust your kernel cmdline to Clear Linux's defaults (optional):"
|
||||||
echo " quiet console=tty0 console=ttyS0,115200n8 cryptomgr.notests initcall_debug"
|
echo " quiet console=tty0 console=ttyS0,115200n8 rootfstype=ext4,btrfs,xfs,f2fs rw"
|
||||||
echo " intel_iommu=igfx_off kvm-intel.nested=1 no_timer_check noreplace-smp"
|
echo ""
|
||||||
echo " page_alloc.shuffle=1 rcupdate.rcu_expedited=1"
|
echo " Note: Some options previously listed here are now included in the kernel."
|
||||||
echo " rootfstype=ext4,btrfs,xfs,f2fs tsc=reliable rw "
|
|
||||||
}
|
}
|
||||||
|
|
||||||
post_upgrade() {
|
post_upgrade() {
|
||||||
|
|
Loading…
Reference in a new issue