mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Revert "Try debugging F13P issue by not turning on fred there"
This reverts commit f15094c9ef.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Enable Flexible Return and Event Delivery on Dell XPS Panther Lake systems.
|
||||
# Enable Flexible Return and Event Delivery on Intel Panther Lake.
|
||||
|
||||
DROP_IN="/etc/limine-entry-tool.d/intel-panther-lake-fred.conf"
|
||||
DEFAULT_LIMINE="/etc/default/limine"
|
||||
|
||||
if omarchy-hw-match "XPS" && omarchy-hw-intel-ptl; then
|
||||
if omarchy-hw-intel-ptl; then
|
||||
if [[ ! -f $DROP_IN ]] || ! grep -q 'fred=on' "$DROP_IN"; then
|
||||
sudo mkdir -p /etc/limine-entry-tool.d
|
||||
cat <<EOF | sudo tee "$DROP_IN" >/dev/null
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
echo "Enable FRED on Dell XPS Panther Lake systems"
|
||||
echo "Enable FRED on Intel Panther Lake systems"
|
||||
|
||||
DEFAULT_LIMINE="/etc/default/limine"
|
||||
|
||||
if omarchy-hw-match "XPS" && omarchy-hw-intel-ptl && [[ -f $DEFAULT_LIMINE ]] && ! grep -q 'fred=on' "$DEFAULT_LIMINE"; then
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user