diff options
-rw-r--r-- | etc/mkinitcpio.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/mkinitcpio.conf b/etc/mkinitcpio.conf index 2909c571..41ad1d16 100644 --- a/etc/mkinitcpio.conf +++ b/etc/mkinitcpio.conf @@ -47,6 +47,9 @@ FILES=() ## This setup loads an lvm2 volume group. # HOOKS=(base udev modconf block lvm2 filesystems fsck) # +## This will create a systemd based initramfs which loads an encrypted root filesystem. +# HOOKS=(base systemd autodetect modconf kms keyboard sd-vconsole sd-encrypt block filesystems fsck) +# ## NOTE: If you have /usr on a separate partition, you MUST include the # usr and fsck hooks. HOOKS=(base systemd autodetect keyboard modconf block sd-encrypt filesystems fsck) |