diff options
-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 |