aboutsummarylogtreecommitdiffstats
path: root/README
blob: 7d3d7211371199baf113157c776fb8162b3ce3cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Main changes from mainline:
- add mbox support (for grabbing patchsets using b4)
- allow a slimmer config using SLIM=yes (using the included modprobed.db)
- copy signing keys for use with dkms (just add
  $kernel_source_Dir/certs/signing_key.pem/x509 as the mok_signing_key and
  certificate in /etc/dkms/framework.conf

To grab patchsets from the kernel mailing lists, use `b4` to grab entire
patchsets, e.g.:

    b4 am -o . 20231126192452.97824-1-dustin@howett.net

And add the resulting `.mbx` file to the `source` section in the PKGBUILD.

You can run `makepkg` with `env SLIM=yes` in theory to not build all the
modules, but you may want to modify `modprobed.db` to make sure it has all the
modules you need.