diff options
| -rw-r--r-- | etc/mkinitcpio.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/mkinitcpio.conf b/etc/mkinitcpio.conf index 1dd9ace0..c9de0990 100644 --- a/etc/mkinitcpio.conf +++ b/etc/mkinitcpio.conf @@ -1,4 +1,4 @@ -# vim:set ft=sh +# vim:set ft=sh: # MODULES # The following modules are loaded before any boot hooks are # run. Advanced users may wish to specify all system modules @@ -48,7 +48,7 @@ FILES=() # HOOKS=(base udev microcode modconf block lvm2 filesystems fsck) # ## This will create a systemd based initramfs which loads an encrypted root filesystem. -# HOOKS=(base systemd autodetect microcode modconf kms keyboard sd-vconsole sd-encrypt block filesystems fsck) +# HOOKS=(base systemd autodetect microcode modconf kms keyboard sd-vconsole block sd-encrypt filesystems fsck) # ## NOTE: If you have /usr on a separate partition, you MUST include the # usr and fsck hooks. |
