blob: 1d71aa6a578ad4bb8858eb168ae81d0abb550c8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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.
|