Update
This commit is contained in:
parent
488398d570
commit
93b5ff1870
|
@ -12,7 +12,6 @@ _clean_packages() {
|
|||
clonezilla
|
||||
gpart
|
||||
grsync
|
||||
hdparm
|
||||
memtest86+
|
||||
mkinitcpio
|
||||
mkinitcpio-archiso
|
||||
|
@ -27,6 +26,9 @@ _clean_packages() {
|
|||
if [[ "${_check_nvidia_card}" -ne 0 ]]; then
|
||||
echo "No NVIDIA card detected. Removing nvidia drivers"
|
||||
_packages_to_remove+=(nvidia-dkms nvidia-utils nvidia-settings egl-wayland)
|
||||
|
||||
echo "blacklist nouveau" > /etc/modprobe.d/nouveau-blacklist.conf
|
||||
echo "options nouveau modeset=0" >> /etc/modprobe.d/nouveau-blacklist.conf
|
||||
fi
|
||||
|
||||
local xx
|
||||
|
|
Loading…
Reference in New Issue