1
0
Fork 0
forked from RP1/RaveOS-arch

completely finished cachyos kernel install

and autoload
This commit is contained in:
RP1 2024-12-23 23:10:00 +01:00
parent 33b69260b1
commit 530637ad0c

View file

@ -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 ---------------------------------------------