diff options
author | xyz <gky44px1999@gmail.com> | 2022-08-04 19:48:05 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-08-04 19:48:05 -0700 |
commit | 6e7e54313a2abe760b5f711d3ed2f21cae372927 (patch) | |
tree | 62a954d0a752baadd00f6c3e2dabbe9ec36acd18 /etc/mkinitcpio.conf | |
parent | 9b6ddf4e67ac82514d3508fdb80a0cc3fbbe56fa (diff) |
mkinitcpio HOOKS sd-vconsole no need
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 7aab180a..74109949 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 systemd autodetect keyboard sd-vconsole modconf block sd-encrypt filesystems fsck) +HOOKS=(base systemd autodetect keyboard modconf block sd-encrypt filesystems fsck) # COMPRESSION # Use this to compress the initramfs image. By default, zstd compression |