diff options
author | xyz <gky44px1999@gmail.com> | 2022-07-26 05:50:22 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-07-26 05:50:22 -0700 |
commit | 9076fcab33173c1662802e8c6209a991382a2fd0 (patch) | |
tree | 235b2c8f6d96c67be73b069c4c341606004e7bd8 /etc/mkinitcpio.conf | |
parent | cb9e5754069d970f1bcb223ebb1c0b638830e72d (diff) |
mkinitcpio.conf edit HOOKS for full disk encryption
Diffstat (limited to 'etc/mkinitcpio.conf')
-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 3494fab7..7aab180a 100644 --- a/etc/mkinitcpio.conf +++ b/etc/mkinitcpio.conf @@ -49,7 +49,7 @@ FILES=() # ## NOTE: If you have /usr on a separate partition, you MUST include the # usr, fsck and shutdown hooks. -HOOKS=(base udev autodetect modconf block filesystems keyboard fsck) +HOOKS=(base systemd autodetect keyboard sd-vconsole modconf block sd-encrypt filesystems fsck) # COMPRESSION # Use this to compress the initramfs image. By default, zstd compression |