blob: bec5ed777f4e0bd2767c04c285da20d4e8805f50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# -*- mode:shell-script; -*-
post_install() {
cat <<-EOW
Access to the ITE 8291r3 keyboard backlight is limited to systemd
input group users.
To configure the keyboard backlight at boot time, itectl hook must
be included in the /etc/mkinitcpio.conf file after the udev
hook. For example
...
HOOKS=(base udev autodetect itectl microcode modconf kms keyboard keymap consolefont block filesystems fsck)
...
EOW
}
|