Loosetooth 564a7994d8
Some checks failed
Build Custom Kernel / build-kernel (push) Has been cancelled
add cameras patch
2024-12-19 19:03:38 +01:00
2024-12-19 18:58:50 +01:00
2024-12-19 19:03:38 +01:00
2024-12-19 18:58:50 +01:00

Building the custom kernel

On a NIX machine:

nix-build '<nixpkgs/nixos>' -A config.system.build.kernel --arg configuration ./custom-kernel.nix

Uploading the kernel as an artifact to Gitea

  1. Create a tarball of the built kernel:
mkdir result-writable
cp -rL result/lib/modules/6.6.63/kernel result-writable/kernel
sudo chmod -R u+rwX,g+rwX,o+rX result-writable
tar -czf custom-kernel.tar.gz -C result-writable .
rm -rf result-writable
  1. Create a new release on Gitea and upload the tarball
Description
No description provided
Readme 35 KiB
Cameras Latest
2024-12-16 22:42:15 +01:00
Languages
Nix 100%