Skip to content
Snippets Groups Projects
Unverified Commit 73639282 authored by Johannes Schauer Marin Rodrigues's avatar Johannes Schauer Marin Rodrigues
Browse files

README.md: add note for how to rebuild linux only

parent 5b883478
No related branches found
No related tags found
No related merge requests found
......@@ -39,3 +39,10 @@ https://ftp-master.debian.org/new/wayvnc_0.4.1-1.html
## reform-tools
Scripts for running the reform.
# linux
To just rebuild the kernel and not the rest, you can run this:
chdist --data-dir=./chdist apt-get base update
env --chdir=./linux BUILD_ARCH=arm64 HOST_ARCH=arm64 BASESUITE=unstable OURSUITE=reform ./build.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment