diff --git a/etc/archboot/aarch64-init.conf b/etc/archboot/aarch64-init.conf index dc763f256..0e88c6648 100644 --- a/etc/archboot/aarch64-init.conf +++ b/etc/archboot/aarch64-init.conf @@ -9,7 +9,7 @@ FILES=() # SETUP # # Please change the hooks only if you know what you are doing. -HOOKS=(kms archboot_init keyboard) +HOOKS=(archboot kms archboot_init keyboard) # COMPRESSION # Use this to compress the initramfs image. By default, gzip compression diff --git a/etc/archboot/riscv64-init.conf b/etc/archboot/riscv64-init.conf index dc763f256..0e88c6648 100644 --- a/etc/archboot/riscv64-init.conf +++ b/etc/archboot/riscv64-init.conf @@ -9,7 +9,7 @@ FILES=() # SETUP # # Please change the hooks only if you know what you are doing. -HOOKS=(kms archboot_init keyboard) +HOOKS=(archboot kms archboot_init keyboard) # COMPRESSION # Use this to compress the initramfs image. By default, gzip compression diff --git a/etc/archboot/x86_64-init.conf b/etc/archboot/x86_64-init.conf index dc763f256..0e88c6648 100644 --- a/etc/archboot/x86_64-init.conf +++ b/etc/archboot/x86_64-init.conf @@ -9,7 +9,7 @@ FILES=() # SETUP # # Please change the hooks only if you know what you are doing. -HOOKS=(kms archboot_init keyboard) +HOOKS=(archboot kms archboot_init keyboard) # COMPRESSION # Use this to compress the initramfs image. By default, gzip compression