From 56121bda6ca175eb5c8bc1fe072db201aaec7543 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 12 Nov 2023 17:09:04 +0100 Subject: [PATCH] rename systemd_mods to base_common_system_mods --- 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.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 +- .../cpio/hooks/{systemd_mods => base_common_system_mods} | 0 10 files changed, 9 insertions(+), 9 deletions(-) rename usr/lib/archboot/cpio/hooks/{systemd_mods => base_common_system_mods} (100%) diff --git a/etc/archboot/aarch64-latest.conf b/etc/archboot/aarch64-latest.conf index a12e93b58..cab6f9ecf 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=(kms_mods systemd_mods base_common base_common_mods base_common_system +_HOOKS=(kms_mods base_common_system_mods base_common base_common_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 cb48257d7..1cbc0e13e 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=(kms_mods systemd_mods base_common base_common_mods base_common_system +_HOOKS=(kms_mods base_common_system_mods base_common base_common_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 83fb3febd..673635065 100644 --- a/etc/archboot/aarch64-update_installer.conf +++ b/etc/archboot/aarch64-update_installer.conf @@ -4,7 +4,7 @@ _KERNEL="/boot/Image.gz" _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 wireless_mods mdadm_mods - systemd_mods mods_cleanup base_common base_common_cleanup base_common_system + base_common_system_mods mods_cleanup base_common base_common_cleanup base_common_system base_common_system_cleanup base_system base_system_cleanup filesystems filesystems_cleanup net net_cleanup cpufreq devicemapper net_common dmidecode wireless installer_common installer clock vconsole motd mdadm lvm2 remote kexec diff --git a/etc/archboot/aarch64.conf b/etc/archboot/aarch64.conf index 3d0bbf499..539a5f976 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 kms_mods block_mods systemd_mods base_common base_common_mods +_HOOKS=(firmware firmware_mods kms_mods block_mods base_common_system_mods base_common base_common_mods base_common_system 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 pciutils diff --git a/etc/archboot/riscv64.conf b/etc/archboot/riscv64.conf index 14993026c..436eab63f 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 kms_mods block_mods systemd_mods base_common base_common_mods +_HOOKS=(firmware firmware_mods kms_mods block_mods base_common_system_mods base_common base_common_mods base_common_system base_system installer_common installer clock vconsole motd net_common net_mods net devicemapper devicemapper_mods mdadm mdadm_mods lvm2 filesystems filesystems_mods remote kexec pciutils usbutils smartmontools diff --git a/etc/archboot/x86_64-latest.conf b/etc/archboot/x86_64-latest.conf index 640ab58c9..be0b34260 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=(kms_mods systemd_mods base_common base_common_mods base_common_system +_HOOKS=(kms_mods base_common_system_mods base_common base_common_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 21dbbef72..f71703943 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=(kms_mods systemd_mods base_common base_common_mods base_common_system +_HOOKS=(kms_mods base_common_system_mods base_common base_common_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 ea2df3068..0a66c9a63 100644 --- a/etc/archboot/x86_64-update_installer.conf +++ b/etc/archboot/x86_64-update_installer.conf @@ -4,7 +4,7 @@ _KERNEL="/usr/lib/modules/*/vmlinuz" _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 wireless_mods mdadm_mods - systemd_mods mods_cleanup base_common base_common_cleanup base_common_system + base_common_system_mods mods_cleanup base_common base_common_cleanup base_common_system base_common_system_cleanup base_system base_system_cleanup filesystems filesystems_cleanup net net_cleanup cpufreq devicemapper net_common dmidecode wireless installer_common installer clock vconsole motd mdadm lvm2 remote kexec diff --git a/etc/archboot/x86_64.conf b/etc/archboot/x86_64.conf index 55b8a7645..0fefb503e 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 kms_mods block_mods systemd_mods base_common base_common_mods +_HOOKS=(firmware firmware_mods kms_mods block_mods base_common_system_mods base_common base_common_mods base_common_system 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 pciutils diff --git a/usr/lib/archboot/cpio/hooks/systemd_mods b/usr/lib/archboot/cpio/hooks/base_common_system_mods similarity index 100% rename from usr/lib/archboot/cpio/hooks/systemd_mods rename to usr/lib/archboot/cpio/hooks/base_common_system_mods