lilac/repo/linux-git
2023-12-19 10:39:25 +00:00
..
config linux-git: auto updated to 6.6.r12401.8f6f76a6a29f-1 2023-11-03 19:41:58 +00:00
config.extra linux-git: auto updated to 6.6.r12401.8f6f76a6a29f-1 2023-11-03 19:41:58 +00:00
config.user linux-git: auto updated to 6.6.r12401.8f6f76a6a29f-1 2023-11-03 19:41:58 +00:00
lilac.yaml add linux-git 2023-11-04 02:28:29 +08:00
linux-git.install linux-git: auto updated to 6.6.r12401.8f6f76a6a29f-1 2023-11-03 19:41:58 +00:00
patches linux-git: auto updated to 6.6.r12401.8f6f76a6a29f-1 2023-11-03 19:41:58 +00:00
PKGBUILD linux-git: auto updated to 6.7.rc6.r10.2cf4f94d8e86-1 2023-12-19 10:39:25 +00:00
README linux-git: auto updated to 6.6.r12401.8f6f76a6a29f-1 2023-11-03 19:41:58 +00:00
remote linux-git: auto updated to 6.6.r12401.8f6f76a6a29f-1 2023-11-03 19:41:58 +00:00

These are the instructions to customize the linux-git package compilation in
case using the current Linux mainline is not desired:

* How to customize the git remote / branch:
  If a previous linux-git installation exists, please consult and edit the file
  /etc/linux-git/remote, otherwise use the file ./remote included in this AUR
  package.

* How to add user-customized config options:
  If a previous linux-git installation exists, please consult and edit the file
  /etc/linux-git/config, otherwise use the file ./config.user included in this
  AUR package.

* How to add extra patches on top of the selected remote / branch:
  If a previous linux-git installation exists, please consult and edit the file
  /etc/linux-git/patches/patches. If not, you can add the patches
  directly to the src/linux-torvalds/ git source. After compilation and
  installation, you can copy the patches to the directory
  /etc/linux-git/patches and follow the instructions included on
  /etc/linux-git/patches/patches file.

Set env variable IGNORE_USER_CUSTOM to build package ignoring current
customizations in place:
$ IGNORE_USER_CUSTOM=1 makepkg