diff options
| author | 2026-05-13 13:43:11 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:11 +0100 | |
| commit | 867070246609a3ec05a42cccde8cbf91897fde52 (patch) | |
| tree | c0a816cf7efb69dbdd22c98899b1083121e5ab38 | |
| parent | c6b57e8dcce0608febf881a88f83decd5b2769d3 (diff) | |
| download | dotfiles-867070246609a3ec05a42cccde8cbf91897fde52.tar.gz dotfiles-867070246609a3ec05a42cccde8cbf91897fde52.tar.bz2 dotfiles-867070246609a3ec05a42cccde8cbf91897fde52.zip | |
refactor(etc): keep mkinitcpio.conf closer to Arch pristine
Arch already ships systemd-based HOOKS as default; only add sd-encrypt.
keymap is redundant with sd-vconsole but harmless, and keeping it
minimizes diff from upstream (one word changed).
| -rw-r--r-- | etc/mkinitcpio.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/mkinitcpio.conf b/etc/mkinitcpio.conf index 1ff386b..fab5fa1 100644 --- a/etc/mkinitcpio.conf +++ b/etc/mkinitcpio.conf @@ -52,7 +52,7 @@ FILES=() # ## NOTE: If you have /usr on a separate partition, you MUST include the # usr and fsck hooks. -HOOKS=(base systemd autodetect microcode modconf kms keyboard sd-vconsole block sd-encrypt filesystems fsck) +HOOKS=(base systemd autodetect microcode modconf kms keyboard keymap sd-vconsole block sd-encrypt filesystems fsck) # COMPRESSION # Use this to compress the initramfs image. By default, zstd compression |
