Making an Intergalactic Libre-Kernel For Trisquel 11

1 month ago

Making an Intergalactic Libre-Kernel For Trisquel 11

Good for space travellers...

https://linux-libre.fsfla.org/pub/linux-libre/releases/

sudo apt install build-essential libncurses-dev bison libssl-dev libelf-dev fakeroot dwarves flex -y

tar -xf linux-libre-5.15.175-gnu.tar.xz

cd linux-5.15/

cp -v /boot/config-$(uname -r) .config

make olddefconfig

make localmodconfig

scripts/config --disable SYSTEM_TRUSTED_KEYS

scripts/config --disable SYSTEM_REVOCATION_KEYS

scripts/config --set-str CONFIG_SYSTEM_TRUSTED_KEYS ""

scripts/config --set-str CONFIG_SYSTEM_REVOCATION_KEYS ""

make MENUCONFIG_COLOR=blackbg menuconfig

make -j$(nproc) && make modules && make modules_install && make headers_install && make install && sync && sudo shutdown now

(This build worked without any issues, but unfortunately I just reinstalled trisquel 11, and didn't test the audio on simplescreenrecorder, so the video has no audio, but shows how to make a trimmed down high performance kernel on a GnuLinux OS like Ubuntu, in this case trisquel which uses a libre-kernel. To keep things libre, I recommend using the trisquel config, and to build a kernel around the same version that they provide)

Loading comments...