Skip to content

NullSec Kernel 6.17.13 β€” Custom Build

Latest

Choose a tag to compare

@bad-antics bad-antics released this 13 Feb 18:44
· 6 commits to main since this release

🐧 NullSec Custom Kernel 6.17.13

Custom-built kernel from upstream kernel.org sources with NullSec identity branding.

What's Included

Package Size Purpose
linux-image-6.17.13+2-amd64_6.17.13-1_amd64.deb 164 MB Kernel image + modules
linux-headers-6.17.13+2-amd64_6.17.13-1_amd64.deb 9.2 MB Headers for DKMS
linux-libc-dev_6.17.13-1_amd64.deb 1.4 MB Userspace headers

Identity

  • uname -r: 6.17.13+2-amd64
  • Build ID: nullsec@nullsec.sh
  • /proc/version: NullSec 6.17.13-1nullsec1
  • Zero Parrot/Debian/Ubuntu branding

Install

sudo dpkg -i linux-image-6.17.13+2-amd64_6.17.13-1_amd64.deb
sudo dpkg -i linux-headers-6.17.13+2-amd64_6.17.13-1_amd64.deb
sudo update-grub && sudo reboot

Verify

sha256sum -c SHA256SUMS

Build from Source

See kernel/ for the build script and documentation.