From c65200a7c014c0889f291076e3e35dd2aad75ea6 Mon Sep 17 00:00:00 2001 From: Tony Date: Wed, 4 Nov 2020 11:28:19 -0500 Subject: [PATCH] README.md: Add xbps-src (Void Linux) build optional configuration options customization.cfg and (#103) userpatches --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0223733..2f40339 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,11 @@ cd path/to/linux-tkg git clone -b tkg https://github.com/Hyper-KVM/void-packages/ cd void-packages ./xbps-src binary-bootstrap +# Optional: edit customization.cfg located in srcpkgs/linux-tkg/files +# Optional: add custom userpatches with the ".mypatch" extension to srcpkgs/linux-tkg/files/mypatches ./xbps-src pkg -j$(nproc) linux-tkg ``` +If you have to restart the build for any reason, run `./xbps-src clean linux-tkg` first. ### Other linux distributions If your distro is not DEB or RPM based, `install.sh` script can clone the kernel tree, patch and edit a `.config` file from your current distro's