From 05e86fee3756c7ccaddf5b19e299da23d390dd1a Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 18 Feb 2023 12:28:20 +0100 Subject: [PATCH] add archboot to init too --- etc/archboot/aarch64-init.conf | 2 +- etc/archboot/riscv64-init.conf | 2 +- etc/archboot/x86_64-init.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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