summaryrefslogtreecommitdiff
path: root/etc/mkinitcpio.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/mkinitcpio.conf')
-rw-r--r--etc/mkinitcpio.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/mkinitcpio.conf b/etc/mkinitcpio.conf
index 2909c571..30baa0ca 100644
--- a/etc/mkinitcpio.conf
+++ b/etc/mkinitcpio.conf
@@ -49,10 +49,10 @@ FILES=()
#
## 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)
+HOOKS=(base udev autodetect keyboard modconf block osk-sdl encrypt filesystems fsck)
# COMPRESSION
-# Use this to compress the initramfs image. By default, zstd compression
+# Use this to compress the initramfs image. By default, gazip compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="zstd"
#COMPRESSION="gzip"