1
0
Fork 0
forked from RP1/RaveOS-arch

3 sec timeout in systemd boot mod

This commit is contained in:
Bálint Máté 2025-03-15 13:06:08 +01:00
parent 6200ee0233
commit fb753b8f6f

View file

@ -86,6 +86,7 @@ user_choice=$(zenity --list --checklist --width='1000' --height='1000' \
FALSE "Spotube - Ingyenes Premium Spotify Zenelejátszó Linuxra" \ FALSE "Spotube - Ingyenes Premium Spotify Zenelejátszó Linuxra" \
FALSE "Steam Launcher" \ FALSE "Steam Launcher" \
FALSE "Systemd boot mod - 0sec varakozas bootolaskor" \ FALSE "Systemd boot mod - 0sec varakozas bootolaskor" \
FALSE "Systemd boot mod - 3sec varakozas bootolaskor" \
FALSE "TeamSpeak3 - TeamSpeak VOIP kliens" \ FALSE "TeamSpeak3 - TeamSpeak VOIP kliens" \
FALSE "Telegram - Titkosított üzenetküldő" \ FALSE "Telegram - Titkosított üzenetküldő" \
FALSE "Vibrant - Szín szaturáció beállító program" \ FALSE "Vibrant - Szín szaturáció beállító program" \
@ -190,6 +191,18 @@ if [[ $user_choice = *"Systemd boot mod - 0sec varakozas bootolaskor"* ]]; then
echo echo
fi fi
if [[ $user_choice = *"Systemd boot mod - 3sec varakozas bootolaskor"* ]]; then
echo
echo ---------------------------------------------
echo Installing ${bold}${yellow}Systemd boot mod${normal}
sudo sed -i 's/timeout 0/timeout 3/' /boot/loader/loader.conf
echo ${bold}${yellow}Systemd boot mod ${normal}installed.
echo ---------------------------------------------
echo
fi
if [[ $user_choice = *"Heroic Launcher - Epic Games Launcher Linux verziója"* ]]; then if [[ $user_choice = *"Heroic Launcher - Epic Games Launcher Linux verziója"* ]]; then
echo echo
echo --------------------------------------------- echo ---------------------------------------------