2021-08-06 10:02:18 +00:00
|
|
|
Personal Gentoo overlay, focusing mostly on needed tools and
|
|
|
|
compatibility for the Librem 14 computer.
|
2021-08-05 22:28:50 +00:00
|
|
|
|
2021-08-06 10:02:18 +00:00
|
|
|
Available packages:
|
|
|
|
- **dev-util/rust-analyzer-bin**: A properly versioned ebuild of
|
|
|
|
rust-analyzer-bin.
|
2021-09-28 07:13:44 +00:00
|
|
|
- **sys-kernel/librem-ec-acpi**: An ebuild packaging the [Librem 14
|
2021-08-06 10:02:18 +00:00
|
|
|
EC ACPI kernel module][ec-acpi], necessary for proper functioning
|
|
|
|
of the laptop's battery charging and function keys.
|
2021-08-05 22:28:50 +00:00
|
|
|
|
2021-08-06 10:02:18 +00:00
|
|
|
## How to Add This Repository
|
2021-08-05 22:28:50 +00:00
|
|
|
|
2021-08-06 10:02:18 +00:00
|
|
|
Using eselect-repository:
|
|
|
|
|
|
|
|
```
|
|
|
|
# eselect repository add projectmoon git https://git.agnos.is/projectmoon/projectmoon-overlay
|
|
|
|
```
|
|
|
|
|
2021-08-05 22:28:50 +00:00
|
|
|
## Using the Librem EC ACPI kernel module
|
|
|
|
|
2021-08-06 10:02:18 +00:00
|
|
|
The Librem EC ACPI kernel module should install and be automatically
|
|
|
|
available (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
|
|
|
|
2021-08-06 10:02:18 +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:28:50 +00:00
|
|
|
|
|
|
|
[ec-acpi]: https://source.puri.sm/nicole.faerber/librem-ec-acpi-dkms
|