Enable fred=on on intel ptl machines

This commit is contained in:
David Heinemeier Hansson
2026-04-30 17:26:14 +02:00
parent 37b60e5505
commit 91af40fd7c
3 changed files with 28 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
echo "Enable FRED on Intel Panther Lake systems"
DEFAULT_LIMINE="/etc/default/limine"
if omarchy-hw-intel-ptl && [[ -f $DEFAULT_LIMINE ]] && ! grep -q 'fred=on' "$DEFAULT_LIMINE"; then
source "$OMARCHY_PATH/install/config/hardware/intel/fred.sh"
sudo limine-update
fi