There are still some other things you see on final test :) BUT, Im quite ok with this

This commit is contained in:
JaKooLit
2025-02-03 12:25:10 +09:00
parent 8c71bdeee7
commit 528551ea86
5 changed files with 22 additions and 15 deletions

View File

@@ -53,11 +53,11 @@ else
echo "Nvidia modules added in /etc/mkinitcpio.conf"
fi
printf "\n%.0s" {1..2}
printf "\n%.0s" {1..1}
printf "${INFO} Rebuilding ${YELLOW}Initramfs${RESET}...\n" 2>&1 | tee -a "$LOG"
sudo mkinitcpio -P 2>&1 | tee -a "$LOG"
printf "\n%.0s" {1..2}
printf "\n%.0s" {1..1}
# Additional Nvidia steps
NVEA="/etc/modprobe.d/nvidia.conf"
@@ -120,7 +120,7 @@ if [ -f /boot/loader/loader.conf ]; then
fi
fi
printf "\n%.0s" {1..2}
printf "\n%.0s" {1..1}
# Blacklist nouveau
if [[ -z $blacklist_nouveau ]]; then