From ab4cab910b4dcc6e6f70cfeca23d1fee3aef3b95 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 10 Nov 2023 08:20:27 +0100 Subject: [PATCH] rename and cleanup base hooks --- etc/archboot/aarch64-init.conf | 2 +- etc/archboot/aarch64-latest.conf | 2 +- etc/archboot/aarch64-local.conf | 2 +- etc/archboot/aarch64-update_installer.conf | 2 +- etc/archboot/aarch64.conf | 2 +- etc/archboot/riscv64-init.conf | 2 +- etc/archboot/riscv64.conf | 2 +- etc/archboot/x86_64-init.conf | 2 +- etc/archboot/x86_64-latest.conf | 2 +- etc/archboot/x86_64-local.conf | 2 +- etc/archboot/x86_64-update_installer.conf | 2 +- etc/archboot/x86_64.conf | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/etc/archboot/aarch64-init.conf b/etc/archboot/aarch64-init.conf index 2e5d78159..dd586d714 100644 --- a/etc/archboot/aarch64-init.conf +++ b/etc/archboot/aarch64-init.conf @@ -1,7 +1,7 @@ # Created by Tobias Powalowski # SPDX-License-Identifier: GPL-3.0-or-later _KERNEL="/boot/Image.gz" -_HOOKS=(base_common_system_mods block_mods base_common base_init base_base_init_mods) +_HOOKS=(base_common_mods block_mods base_common base_init base_base_init_mods) # COMPRESSION # Use 'cat' to create an uncompressed image. diff --git a/etc/archboot/aarch64-latest.conf b/etc/archboot/aarch64-latest.conf index 91fe8ba8b..90b9d2964 100644 --- a/etc/archboot/aarch64-latest.conf +++ b/etc/archboot/aarch64-latest.conf @@ -1,7 +1,7 @@ # Created by Tobias Powalowski # SPDX-License-Identifier: GPL-3.0-or-later _KERNEL="/boot/Image.gz" -_HOOKS=(base_common_system_mods kms_mods systemd_mods base_common_system installer_common +_HOOKS=(base_common_mods kms_mods systemd_mods base_common_system installer_common net_common net_mods remote kexec licenses) # COMPRESSION diff --git a/etc/archboot/aarch64-local.conf b/etc/archboot/aarch64-local.conf index ef0f7abc0..7e2c6fd4d 100644 --- a/etc/archboot/aarch64-local.conf +++ b/etc/archboot/aarch64-local.conf @@ -1,7 +1,7 @@ # Created by Tobias Powalowski # SPDX-License-Identifier: GPL-3.0-or-later _KERNEL="/boot/Image.gz" -_HOOKS=(base_common_system_mods kms_mods systemd_mods base_common_system installer_common +_HOOKS=(base_common_mods kms_mods systemd_mods base_common_system installer_common kexec licenses cache) # COMPRESSION diff --git a/etc/archboot/aarch64-update_installer.conf b/etc/archboot/aarch64-update_installer.conf index 93156ec0f..0c4222a90 100644 --- a/etc/archboot/aarch64-update_installer.conf +++ b/etc/archboot/aarch64-update_installer.conf @@ -1,7 +1,7 @@ # Created by Tobias Powalowski # SPDX-License-Identifier: GPL-3.0-or-later _KERNEL="/boot/Image.gz" -_HOOKS=(cache cache_cleanup firmware firmware_mods firmware_cleanup base_common_system_mods +_HOOKS=(cache cache_cleanup firmware firmware_mods firmware_cleanup base_common_mods block_mods kms_mods filesystems_mods cpufreq_mods devicemapper_mods hypervisor_mods net_mods dmidecode_mods wireless_mods mdadm_mods systemd_mods mods_cleanup base_common_system base_common_system_cleanup base_common base_system base_cleanup diff --git a/etc/archboot/aarch64.conf b/etc/archboot/aarch64.conf index 67bc778fe..46b0a0be5 100644 --- a/etc/archboot/aarch64.conf +++ b/etc/archboot/aarch64.conf @@ -1,7 +1,7 @@ # Created by Tobias Powalowski # SPDX-License-Identifier: GPL-3.0-or-later _KERNEL="/boot/Image.gz" -_HOOKS=(firmware firmware_mods base_common_system_mods kms_mods block_mods systemd_mods +_HOOKS=(firmware firmware_mods base_common_mods kms_mods block_mods systemd_mods base_common_system base_common base_system installer_common installer clock vconsole motd net_common net_mods net devicemapper devicemapper_mods mdadm mdadm_mods lvm2 filesystems filesystems_mods remote cpufreq cpufreq_mods kexec efibootmgr pciutils diff --git a/etc/archboot/riscv64-init.conf b/etc/archboot/riscv64-init.conf index 1dcb8a03b..e7f50896d 100644 --- a/etc/archboot/riscv64-init.conf +++ b/etc/archboot/riscv64-init.conf @@ -1,7 +1,7 @@ # Created by Tobias Powalowski # SPDX-License-Identifier: GPL-3.0-or-later _KERNEL="/usr/lib/modules/*/vmlinuz" -_HOOKS=(base_common_system_mods block_mods base_common base_init base_base_init_mods) +_HOOKS=(base_common_mods block_mods base_common base_init base_base_init_mods) # COMPRESSION # Use 'cat' to create an uncompressed image. diff --git a/etc/archboot/riscv64.conf b/etc/archboot/riscv64.conf index 12b38d364..ee5de8bf2 100644 --- a/etc/archboot/riscv64.conf +++ b/etc/archboot/riscv64.conf @@ -1,7 +1,7 @@ # Created by Tobias Powalowski # SPDX-License-Identifier: GPL-3.0-or-later _KERNEL="/usr/lib/modules/*/vmlinuz" -_HOOKS=(firmware firmware_mods base_common_system_mods kms_mods block_mods systemd_mods +_HOOKS=(firmware firmware_mods base_common_mods kms_mods block_mods systemd_mods base_common_system base_common base_system installer_common installer clock vconsole motd net_common net net_mods devicemapper devicemapper_mods mdadm mdadm_mods lvm2 filesystems filesystems_mods remote kexec efibootmgr pciutils usbutils smartmontools diff --git a/etc/archboot/x86_64-init.conf b/etc/archboot/x86_64-init.conf index 1dcb8a03b..e7f50896d 100644 --- a/etc/archboot/x86_64-init.conf +++ b/etc/archboot/x86_64-init.conf @@ -1,7 +1,7 @@ # Created by Tobias Powalowski # SPDX-License-Identifier: GPL-3.0-or-later _KERNEL="/usr/lib/modules/*/vmlinuz" -_HOOKS=(base_common_system_mods block_mods base_common base_init base_base_init_mods) +_HOOKS=(base_common_mods block_mods base_common base_init base_base_init_mods) # COMPRESSION # Use 'cat' to create an uncompressed image. diff --git a/etc/archboot/x86_64-latest.conf b/etc/archboot/x86_64-latest.conf index 6514c439c..df03bbb3e 100644 --- a/etc/archboot/x86_64-latest.conf +++ b/etc/archboot/x86_64-latest.conf @@ -1,7 +1,7 @@ # Created by Tobias Powalowski # SPDX-License-Identifier: GPL-3.0-or-later _KERNEL="/usr/lib/modules/*/vmlinuz" -_HOOKS=(base_common_system_mods kms_mods systemd_mods base_common_system installer_common +_HOOKS=(base_common_mods kms_mods systemd_mods base_common_system installer_common net_common net_mods remote kexec licenses) # COMPRESSION diff --git a/etc/archboot/x86_64-local.conf b/etc/archboot/x86_64-local.conf index 1f87169d8..f2a5a37e3 100644 --- a/etc/archboot/x86_64-local.conf +++ b/etc/archboot/x86_64-local.conf @@ -1,7 +1,7 @@ # Created by Tobias Powalowski # SPDX-License-Identifier: GPL-3.0-or-later _KERNEL="/usr/lib/modules/*/vmlinuz" -_HOOKS=(base_common_system_mods kms_mods systemd_mods base_common_system installer_common +_HOOKS=(base_common_mods kms_mods systemd_mods base_common_system installer_common kexec licenses cache) # COMPRESSION diff --git a/etc/archboot/x86_64-update_installer.conf b/etc/archboot/x86_64-update_installer.conf index 10272fc51..b727d2a55 100644 --- a/etc/archboot/x86_64-update_installer.conf +++ b/etc/archboot/x86_64-update_installer.conf @@ -1,7 +1,7 @@ # Created by Tobias Powalowski # SPDX-License-Identifier: GPL-3.0-or-later _KERNEL="/usr/lib/modules/*/vmlinuz" -_HOOKS=(cache cache_cleanup firmware firmware_mods firmware_cleanup base_common_system_mods +_HOOKS=(cache cache_cleanup firmware firmware_mods firmware_cleanup base_common_mods block_mods kms_mods filesystems_mods cpufreq_mods devicemapper_mods hypervisor_mods net_mods dmidecode_mods wireless_mods mdadm_mods systemd_mods mods_cleanup base_common_system base_common_system_cleanup base_common base_system base_cleanup diff --git a/etc/archboot/x86_64.conf b/etc/archboot/x86_64.conf index 2a94b240d..c04bbc0f0 100644 --- a/etc/archboot/x86_64.conf +++ b/etc/archboot/x86_64.conf @@ -1,7 +1,7 @@ # Created by Tobias Powalowski # SPDX-License-Identifier: GPL-3.0-or-later _KERNEL="/usr/lib/modules/*/vmlinuz" -_HOOKS=(firmware firmware_mods base_common_system_mods kms_mods block_mods systemd_mods +_HOOKS=(firmware firmware_mods base_common_mods kms_mods block_mods systemd_mods base_common_system base_common base_system installer_common installer clock vconsole motd net_common net_mods net devicemapper devicemapper_mods mdadm mdadm_mods lvm2 filesystems filesystems_mods remote cpufreq cpufreq_mods kexec efibootmgr pciutils