From 97f47e94e02a04a40d06f202d7307e6d4552be23 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 2 Jan 2022 13:41:37 +0100 Subject: [PATCH] fix arch_base for arm --- etc/archboot/aarch64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/archboot/aarch64.conf b/etc/archboot/aarch64.conf index bc559279d..8b8e7633b 100644 --- a/etc/archboot/aarch64.conf +++ b/etc/archboot/aarch64.conf @@ -10,7 +10,7 @@ FILES=() # SETUP # # Please change the hooks only if you know what you are doing. -HOOKS=(archboot_kms udev archboot_base archboot_installer archboot_tz archboot_keymap \ +HOOKS=(archboot_kms udev archboot_base_arm archboot_installer archboot_tz archboot_keymap \ archboot_acpi archboot_motd \ archboot_hwdetect block archboot_net \ keyboard dmraid archboot_devicemapper archboot_mdadm mdadm_udev lvm2 archboot_lvm2 \