modules/system/boot/luksroot: remove comment about input_leds for caps lock

Since f2a9f9aeab, we already load
"input_leds", so this comment isn't useful anymore.
This commit is contained in:
Florian Klink 2018-05-07 01:42:37 +02:00
parent b30c6d7950
commit 5855459f49

View file

@ -454,7 +454,6 @@ in
["firewire_ohci" "firewire_core" "firewire_sbp2"];
# Some modules that may be needed for mounting anything ciphered
# Also load input_leds to get caps lock light working (#12456)
boot.initrd.availableKernelModules = [ "dm_mod" "dm_crypt" "cryptd" "input_leds" ]
++ luks.cryptoModules
# workaround until https://marc.info/?l=linux-crypto-vger&m=148783562211457&w=4 is merged