mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-30 12:30:43 +00:00
Add initcpio script to autodetect external luks root key
This commit is contained in:
parent
caef6a84c5
commit
4929c281d2
3 changed files with 55 additions and 1 deletions
|
@ -51,7 +51,7 @@ FILES=()
|
|||
# usr, fsck and shutdown hooks.
|
||||
#
|
||||
## Edits applied: numlock (requires mkinitcpio-numlock (AUR)), encrypt
|
||||
HOOKS=(base udev autodetect keyboard numlock modconf block encrypt filesystems fsck)
|
||||
HOOKS=(base udev autodetect keyboard numlock modconf block lukskeyfile encrypt filesystems fsck)
|
||||
|
||||
# COMPRESSION
|
||||
# Use this to compress the initramfs image. By default, zstd compression
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue