An open API service indexing awesome lists of open source software.

https://github.com/primalmotion/initramfs-l14kbdlight


https://github.com/primalmotion/initramfs-l14kbdlight

Last synced: about 23 hours ago
JSON representation

Awesome Lists containing this project

README

          

# initramfs-l14kbdlight

[![AUR package](https://img.shields.io/aur/version/initramfs-l14kbdlight)](https://aur.archlinux.org/packages/initramfs-l14kbdlight/)

This is a initcpio hook that can be used to turn the Librem 14's keyboard
backlight on during boot. This is usefull when prompted to type the LUKS
passphrase, for instance.

## Install

Build:

makepkg .
sudo pacman -U ./initramfs-l14kbdlight-*.pkg.tar.zst

Edit /etc/mkinitcpio.conf:

HOOKS=(base udev autodetect modconf block keyboard l14kbdlight encrypt filesystems resume)

Regenerate initramfs:

sudo mkinitcpio -p linux

Reboot.