scripts: Update VBT path for Linux 6.8

The path to the VBT has seemingly changed on the new kernel.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford 2024-04-02 12:41:46 -06:00 committed by Tim Crawford
parent 6dbf9ca5ca
commit fe17aa2047

View File

@ -71,9 +71,9 @@ then
fi
# Get the Video BIOS Table and GOP driver for Intel systems
if sudo [ -e /sys/kernel/debug/dri/0/i915_vbt ]
if sudo [ -e /sys/kernel/debug/dri/1/i915_vbt ]
then
sudo cat /sys/kernel/debug/dri/0/i915_vbt > "${MODEL_DIR}/vbt.rom"
sudo cat /sys/kernel/debug/dri/1/i915_vbt > "${MODEL_DIR}/vbt.rom"
INTEL_GOP_DRIVER_GUID="7755CA7B-CA8F-43C5-889B-E1F59A93D575"
EXTRACT_DIR="extract"