projectmoon-overlay/README.md

20 lines
1.5 KiB
Markdown
Raw Normal View History

2021-08-05 22:28:50 +00:00
Personal Gentoo overlay, focusing mostly on needed tools and compatibility for the Librem 14 computer.
- dev-util/rust-analyzer-bin: A versioned ebuild of rust-analyzer-bin.
- sys-kernel/gnu-sources: An analog to gentoo-sources that tracks the [Linux Libre Kernel][linux-libre].
- sys-kernel/librem-ec-acpi: An ebuild packaging the [Librem 14 EC ACPI kernel module][ec-acpi]
## 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
2021-08-05 22:30:14 +00:00
The Librem EC ACPI kernel module should install and be automatically availlable (via modprobe) after installation, using `emerge sys-kernel/librem-ec-acpi`. The module is currently installed to `/lib/modules/<kernel>/librem/`.
2021-08-05 22:28:50 +00:00
When upgrading or installing a new kernel, you will need to do `emerge @modules-rebuild` to install the module for the new kernel.
2021-08-05 22:29:25 +00:00
[linux-libre]: https://linux-libre.fsfla.org/
2021-08-05 22:28:50 +00:00
[ec-acpi]: https://source.puri.sm/nicole.faerber/librem-ec-acpi-dkms