Skip to content

Commit

Permalink
chore(hwe): 09-hwe-additions.sh (#1917)
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles authored Nov 10, 2024
1 parent 2975a1b commit 8e5348d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions build_files/base/09-hwe-additions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,30 @@ SURFACE_PACKAGES=(
rpm-ostree install \
"${ASUS_PACKAGES[@]}" \
"${SURFACE_PACKAGES[@]}"

tee /usr/lib/modules-load.d/ublue-surface.conf << EOF
# Add modules necessary for Disk Encryption via keyboard
surface_aggregator
surface_aggregator_registry
surface_aggregator_hub
surface_hid_core
8250_dw
# Surface Laptop 3/Surface Book 3 and later
surface_hid
surface_kbd
# Only on AMD models
pinctrl_amd
# Only on Intel models
intel_lpss
intel_lpss_pci
# For Surface Laptop 3/Surface Book 3
pinctrl_icelake
# For Surface Laptop 4/Surface Laptop Studio
pinctrl_tigerlake
EOF

0 comments on commit 8e5348d

Please sign in to comment.