debug nvidia

This commit is contained in:
Olivier 2025-04-12 15:52:28 +02:00
parent b0cdbc64bc
commit 48867c46a2

View File

@ -1,7 +1,7 @@
#!/bin/bash
UPDATED="2025-04-12"
DISABLE=1 # disable some options
DISABLE=0 # disable some options
ENABLE=1 # enable some options
SECURED=1 # enable/disable security
PATCHES=1 # enable/disable patch apply
@ -545,7 +545,7 @@ doDefaultsTesting() {
# Generate defaults 'NVIDIA' options for this kernel
doDefaultsNvidia() {
if [ $NVIDIA == 1 ]; then
doEchoStep "Options: NVIDIA activated..."
doEchoStep "Options: NVIDIA specific used"
if [ -f .config ]; then
cp .config .config.nvidia.before