mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-01 19:20:56 +02:00
pentoo-livecd: update binary-driver-handler for moved nvidia-xconfig
This commit is contained in:
parent
f8de9dcad9
commit
475e03644f
2 changed files with 2 additions and 2 deletions
|
|
@ -68,7 +68,7 @@ start() {
|
|||
ewarn "nvidia and intel are both detected, using intel for video"
|
||||
eend 0
|
||||
elif [ "${NVIDIA_FAILURE}" != "yes" ]; then
|
||||
/opt/bin/nvidia-xconfig
|
||||
/usr/bin/nvidia-xconfig
|
||||
einfo "Enabled evil NVIDIA binary GPU driver"
|
||||
eend 0
|
||||
fi
|
||||
|
|
@ -38,7 +38,7 @@ src_install() {
|
|||
newsbin "${FILESDIR}"/makemo-2020.3 makemo
|
||||
newsbin "${FILESDIR}"/livecd-setpass-r9 livecd-setpass
|
||||
|
||||
newinitd "${FILESDIR}"/binary-driver-handler.initd-2020.3-r1 binary-driver-handler
|
||||
newinitd "${FILESDIR}"/binary-driver-handler.initd-2021.2 binary-driver-handler
|
||||
|
||||
exeinto /etc/skel/Desktop
|
||||
#network manager shortcuts
|
||||
Loading…
Reference in a new issue