Skip to content

Commit

Permalink
asahi-base: update dracut config
Browse files Browse the repository at this point in the history
  • Loading branch information
dkwo committed Oct 13, 2022
1 parent 5cba6fe commit 7e7d09f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions srcpkgs/asahi-base/files/dracut-asahi.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This conf adds modules necessary for using Linux on Apple Silicon Macs,
# which are not otherwise included due to being soft dependencies.

# For NVMe & SMC
add_drivers+=" apple-mailbox "
# For NVMe & SMC builtin
#add_drivers+=" apple-mailbox "

# For NVMe
add_drivers+=" nvme_apple "
Expand All @@ -21,3 +21,6 @@ add_drivers+=" rtc-macsmc simple-mfd-spmi spmi-apple-controller nvmem_spmi_mfd "

# SMC drivers that are builtins with the current config
#add_drivers+=" macsmc macsmc-rtkit gpio_macsmc "

# For MTP HID
add_drivers+=" apple-dockchannel dockchannel-hid apple-rtkit-helper "
2 changes: 1 addition & 1 deletion srcpkgs/asahi-base/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'asahi-base'
pkgname=asahi-base
version=20220327
version=20221013
revision=1
archs="aarch64*"
build_style=meta
Expand Down

0 comments on commit 7e7d09f

Please sign in to comment.