A simple repo to add Jupiter kernel module and fan control packages to a Gentoo installation
Currently contains two packages: sys-kernel/jupiter-module providing the kernel module for the Jupiter ACPI platform drivers, and sys-power/jupiter-fan-control providing a service (OpenRC or SystemD) to control the fan.
Either copy jupiter-overlay.conf to /etc/portage/repos.conf/ or run eselect repository add jupiter git https://github.com/HoodedDeath/jupiter-overlay.git and sync.
Available USE: openrc systemd
Default USE: None
With openrc USE enabled, the package will install a provided OpenRC service file to run the fan control program.
With systemd USE enabled, the package will install a provided SystemD service file to run the fan control program.
Note: openrc and systemd USE are exclusive. Only one may be enabled at a time.
Kernel source and fan control program pulled from firlin123/jupiter-dkms and firlin123/jupiter-fan-control respectively. Ebuilds were adapted from firlin123's AUR PKGBUILD files and have version numbers matching said PKGBUILD.