Skip to content

Releases: MocLG/kernelctl

Release list

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 10:29
v1.1.0
652205c

Downloads

Build Use it when
x86_64-unknown-linux-musl AMD64, any distribution - statically linked, no glibc requirement
aarch64-unknown-linux-musl ARM64, any distribution - statically linked
x86_64-unknown-linux-gnu AMD64, glibc 2.39 or newer
aarch64-unknown-linux-gnu ARM64, glibc 2.39 or newer
armv7-unknown-linux-musleabihf 32-bit ARM (Raspberry Pi 2/3 in 32-bit mode, older boards)

The ARMv7 build is cross-compiled and, unlike the others, is not executed
in CI — GitHub has no 32-bit ARM runner. It is known to compile and link;
please report anything that misbehaves on real hardware.

If unsure, take the musl build for your architecture: it has no
runtime dependencies at all and runs on old and new distributions alike.

tar xzf kernelctl-*-linux-musl.tar.gz
sudo install -m755 kernelctl-*/kernelctl /usr/local/bin/kernelctl
kernelctl status

Verify a download against SHA256SUMS:

sha256sum -c SHA256SUMS --ignore-missing

Reading boot configuration needs no privileges; changing it needs root.

Full Changelog: v1.0.0...v1.1.0

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 17:07
v1.0.0
71c4a24

Downloads

Build Use it when
x86_64-unknown-linux-musl AMD64, any distribution - statically linked, no glibc requirement
aarch64-unknown-linux-musl ARM64, any distribution - statically linked
x86_64-unknown-linux-gnu AMD64, glibc 2.39 or newer
aarch64-unknown-linux-gnu ARM64, glibc 2.39 or newer
armv7-unknown-linux-musleabihf 32-bit ARM (Raspberry Pi 2/3 in 32-bit mode, older boards)

The ARMv7 build is cross-compiled and, unlike the others, is not executed
in CI — GitHub has no 32-bit ARM runner. It is known to compile and link;
please report anything that misbehaves on real hardware.

If unsure, take the musl build for your architecture: it has no
runtime dependencies at all and runs on old and new distributions alike.

tar xzf kernelctl-*-linux-musl.tar.gz
sudo install -m755 kernelctl-*/kernelctl /usr/local/bin/kernelctl
kernelctl status

Verify a download against SHA256SUMS:

sha256sum -c SHA256SUMS --ignore-missing

Reading boot configuration needs no privileges; changing it needs root.

Full Changelog: https://github.com/MocLG/kernelctl/commits/v1.0.0