From 6382c9aa0425f34e3eb30a34bcf90fd8913a450b Mon Sep 17 00:00:00 2001 From: Rudra Saraswat Date: Tue, 4 Jun 2024 18:34:06 +0000 Subject: [PATCH] feat: temp remove plymouth hook --- airootfs/etc/mkinitcpio.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airootfs/etc/mkinitcpio.conf b/airootfs/etc/mkinitcpio.conf index d843205..8ccfc28 100644 --- a/airootfs/etc/mkinitcpio.conf +++ b/airootfs/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 plymouth modconf memdisk archiso archiso_loop_mnt kms block filesystems keyboard) +HOOKS=(base udev modconf memdisk archiso archiso_loop_mnt kms block filesystems keyboard) # COMPRESSION # Use this to compress the initramfs image. By default, gzip compression