https://github.com/primalmotion/initramfs-l14kbdlight
https://github.com/primalmotion/initramfs-l14kbdlight
Last synced: about 23 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/primalmotion/initramfs-l14kbdlight
- Owner: primalmotion
- License: mit
- Created: 2021-05-19T06:32:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-02T05:37:37.000Z (almost 5 years ago)
- Last Synced: 2025-02-28T20:21:26.093Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# 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.