From 530637ad0c81466cb77fc2d3356fee05d73f1377 Mon Sep 17 00:00:00 2001 From: RP1 Date: Mon, 23 Dec 2024 23:10:00 +0100 Subject: [PATCH] completely finished cachyos kernel install and autoload --- rp-os-ae.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/rp-os-ae.sh b/rp-os-ae.sh index 517a66a..7ec52fb 100644 --- a/rp-os-ae.sh +++ b/rp-os-ae.sh @@ -77,6 +77,7 @@ yellow=$(tput setaf 3) # ${yellow} sudo kernel-install add-all sudo mv /boot/loader/entries/*-cachyos.conf /boot/loader/entries/linux-cachyos.conf echo "default linux-cachyos.conf" | sudo tee -a /boot/loader/loader.conf + sudo sed -i 's/timeout 3/timeout 0/' /boot/loader/loader.conf echo ${bold}${yellow}CachyOS - Gaming Kernel ${normal}installed. echo ---------------------------------------------