Personal gentoo overlay
Go to file
projectmoon f1a4f3adae Add readme 2021-08-06 00:28:50 +02:00
dev-util/rust-analyzer-bin Fix manifest and download URIs for rust-analzyer 2021-08-05 08:58:57 +02:00
metadata thin manifests 2021-07-09 20:23:29 +00:00
profiles Change reponame to projectmoon 2021-07-09 16:11:42 +00:00
sys-kernel remove hardcoded kernel ref from gnu-sources ebuild 2021-08-05 19:53:53 +02:00
virtual/linux-sources fix linux sources dir 2021-08-03 10:19:22 +02:00
README.md Add readme 2021-08-06 00:28:50 +02:00
gnu-sources-x.y.z.ebuild.template script to find latest stable gentoo kernel version and generate gnu-sources 2021-08-05 19:54:18 +02:00
new-kernel-build script to find latest stable gentoo kernel version and generate gnu-sources 2021-08-05 19:54:18 +02:00

README.md

Personal Gentoo overlay, focusing mostly on needed tools and compatibility for the Librem 14 computer.

Using the Linux Libre Kernel with Gentoo

The sys-kernel/gnu-sources package (and in earlier versions, sys-kernel/libre-sources) tracks the current stable gentoo-sources version for the amd64 architecture. To use it, make sure sys-kernel/gnu-sources is unmasked and accepted, along with the virtual/linux-sources package in this overlay. Then emerge sys-kernel/gnu-sources.

The Linux Libre sources operate like any other kernel sources package in Gentoo, so to use it, you will need to set your kernel to it with eselect kernel, and then build and install it with genkernel or manual kernel compilation.

Using the Librem EC ACPI kernel module

The Librem EC ACPI kernel module should install and be autoamtically availlable (via modprobe) after installation, using emerge sys-kernel/librem-ec-acpi. The module is currently installed to /lib/modules/<kernel>/librem/.

When upgrading or installing a new kernel, you will need to do emerge @modules-rebuild to install the module for the new kernel.