From d9840e973700d26b51ce59cc2a23fc33dd5999f3 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 26 Apr 2023 07:40:28 +0200 Subject: [PATCH] rename and move modules --- 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 +- .../{archboot_modules_common => archboot_common_modules} | 0 13 files changed, 12 insertions(+), 12 deletions(-) rename usr/lib/initcpio/install/{archboot_modules_common => archboot_common_modules} (100%) diff --git a/etc/archboot/aarch64-init.conf b/etc/archboot/aarch64-init.conf index 8f7d5e284..70c60b23b 100644 --- a/etc/archboot/aarch64-init.conf +++ b/etc/archboot/aarch64-init.conf @@ -6,7 +6,7 @@ # SETUP archboot-cpio.sh parameters, other mkinitcpio parameters are not supported! # # Please change the hooks only if you know what you are doing. -HOOKS=(archboot_firmware_kms archboot_modules_common archboot_init) +HOOKS=(archboot_firmware_kms archboot_common_modules archboot_init) # COMPRESSION # Use this to compress the initramfs image. By default, gzip compression diff --git a/etc/archboot/aarch64-latest.conf b/etc/archboot/aarch64-latest.conf index 338cdd025..f0a109a36 100644 --- a/etc/archboot/aarch64-latest.conf +++ b/etc/archboot/aarch64-latest.conf @@ -6,7 +6,7 @@ # SETUP archboot-cpio.sh parameters, other mkinitcpio parameters are not supported! # # Please change the hooks only if you know what you are doing. -HOOKS=(archboot_firmware_kms archboot_modules_common archboot_base_common archboot_base_latest archboot_installer_common \ +HOOKS=(archboot_firmware_kms archboot_common_modules archboot_base_common archboot_base_latest archboot_installer_common \ archboot_net_common archboot_remote archboot_kexec archboot_licenses) # COMPRESSION diff --git a/etc/archboot/aarch64-local.conf b/etc/archboot/aarch64-local.conf index 44fa5ba01..6eb808e54 100644 --- a/etc/archboot/aarch64-local.conf +++ b/etc/archboot/aarch64-local.conf @@ -6,7 +6,7 @@ # SETUP archboot-cpio.sh parameters, other mkinitcpio parameters are not supported! # # Please change the hooks only if you know what you are doing. -HOOKS=(archboot_firmware_kms archboot_modules_common archboot_base_common \ +HOOKS=(archboot_firmware_kms archboot_common_modules archboot_base_common \ archboot_base_latest archboot_installer_common archboot_kexec archboot_licenses \ archboot_cache) diff --git a/etc/archboot/aarch64-update_installer.conf b/etc/archboot/aarch64-update_installer.conf index 7d2cb01ef..40feff409 100644 --- a/etc/archboot/aarch64-update_installer.conf +++ b/etc/archboot/aarch64-update_installer.conf @@ -8,7 +8,7 @@ # # Please change the hooks only if you know what you are doing. HOOKS=(archboot_cache archboot_cache_cleanup archboot_firmware archboot_firmware_cleanup \ -archboot_modules_common archboot_base_common archboot_base_common_cleanup archboot_base \ +archboot_common_modules archboot_base_common archboot_base_common_cleanup archboot_base \ archboot_base_cleanup archboot_filesystems archboot_filesystems_cleanup archboot_net \ archboot_net_cleanup archboot_acpi archboot_cpufreq \ archboot_devicemapper archboot_hypervisor archboot_net_common archboot_platform archboot_wireless \ diff --git a/etc/archboot/aarch64.conf b/etc/archboot/aarch64.conf index 017c506c4..c9230d76b 100644 --- a/etc/archboot/aarch64.conf +++ b/etc/archboot/aarch64.conf @@ -6,7 +6,7 @@ # SETUP archboot-cpio.sh parameters, other mkinitcpio parameters are not supported! # # Please change the hooks only if you know what you are doing. -HOOKS=(archboot_firmware archboot_modules_common archboot_base_common archboot_base \ +HOOKS=(archboot_firmware archboot_common_modules archboot_base_common archboot_base \ archboot_installer_common archboot_installer archboot_tz archboot_keymap \ archboot_acpi archboot_motd archboot_hwdetect archboot_net_common \ archboot_net archboot_devicemapper archboot_mdadm \ diff --git a/etc/archboot/riscv64-init.conf b/etc/archboot/riscv64-init.conf index 647047414..8fc255dbc 100644 --- a/etc/archboot/riscv64-init.conf +++ b/etc/archboot/riscv64-init.conf @@ -6,7 +6,7 @@ # SETUP archboot-cpio.sh parameters, other mkinitcpio parameters are not supported! # # Please change the hooks only if you know what you are doing. -HOOKS=(rchboot_firmware_kms archboot_modules_common archboot_init) +HOOKS=(rchboot_firmware_kms archboot_common_modules archboot_init) # COMPRESSION # Use this to compress the initramfs image. By default, gzip compression diff --git a/etc/archboot/riscv64.conf b/etc/archboot/riscv64.conf index 9be6b100a..49cfc7e8f 100644 --- a/etc/archboot/riscv64.conf +++ b/etc/archboot/riscv64.conf @@ -6,7 +6,7 @@ # SETUP archboot-cpio.sh parameters, other mkinitcpio parameters are not supported! # # Please change the hooks only if you know what you are doing. -HOOKS=(archboot_firmware archboot_modules_common archboot_base_common archboot_base \ +HOOKS=(archboot_firmware archboot_common_modules archboot_base_common archboot_base \ archboot_installer_common archboot_installer archboot_tz archboot_keymap \ archboot_acpi archboot_motd archboot_hwdetect archboot_net_common \ archboot_net archboot_devicemapper archboot_mdadm \ diff --git a/etc/archboot/x86_64-init.conf b/etc/archboot/x86_64-init.conf index 8f7d5e284..70c60b23b 100644 --- a/etc/archboot/x86_64-init.conf +++ b/etc/archboot/x86_64-init.conf @@ -6,7 +6,7 @@ # SETUP archboot-cpio.sh parameters, other mkinitcpio parameters are not supported! # # Please change the hooks only if you know what you are doing. -HOOKS=(archboot_firmware_kms archboot_modules_common archboot_init) +HOOKS=(archboot_firmware_kms archboot_common_modules archboot_init) # COMPRESSION # Use this to compress the initramfs image. By default, gzip compression diff --git a/etc/archboot/x86_64-latest.conf b/etc/archboot/x86_64-latest.conf index dc769d7ea..35a385de9 100644 --- a/etc/archboot/x86_64-latest.conf +++ b/etc/archboot/x86_64-latest.conf @@ -6,7 +6,7 @@ # SETUP archboot-cpio.sh parameters, other mkinitcpio parameters are not supported! # # Please change the hooks only if you know what you are doing. -HOOKS=(archboot_firmware_kms archboot_modules_common archboot_base_common archboot_base_latest \ +HOOKS=(archboot_firmware_kms archboot_common_modules archboot_base_common archboot_base_latest \ archboot_installer_common archboot_net_common archboot_remote archboot_kexec archboot_licenses) # COMPRESSION diff --git a/etc/archboot/x86_64-local.conf b/etc/archboot/x86_64-local.conf index 51f3a76e3..b80c17ad5 100644 --- a/etc/archboot/x86_64-local.conf +++ b/etc/archboot/x86_64-local.conf @@ -6,7 +6,7 @@ # SETUP archboot-cpio.sh parameters, other mkinitcpio parameters are not supported! # # Please change the hooks only if you know what you are doing. -HOOKS=(archboot_firmware_kms archboot_modules_common archboot_base_common archboot_base_latest \ +HOOKS=(archboot_firmware_kms archboot_common_modules archboot_base_common archboot_base_latest \ archboot_installer_common archboot_kexec archboot_licenses archboot_cache) # COMPRESSION diff --git a/etc/archboot/x86_64-update_installer.conf b/etc/archboot/x86_64-update_installer.conf index fe76c4f14..f1d7e0713 100644 --- a/etc/archboot/x86_64-update_installer.conf +++ b/etc/archboot/x86_64-update_installer.conf @@ -7,7 +7,7 @@ # # Please change the hooks only if you know what you are doing. HOOKS=(archboot_cache archboot_cache_cleanup archboot_firmware archboot_firmware_cleanup \ -archboot_modules_common archboot_base_common archboot_base_common_cleanup archboot_base \ +archboot_common_modules archboot_base_common archboot_base_common_cleanup archboot_base \ archboot_base_cleanup archboot_filesystems archboot_filesystems_cleanup archboot_net \ archboot_net_cleanup lvm2 archboot_acpi archboot_cpufreq \ archboot_devicemapper archboot_pcspkr archboot_hypervisor archboot_net_common \ diff --git a/etc/archboot/x86_64.conf b/etc/archboot/x86_64.conf index 4337e3a7a..5ec5f7b12 100644 --- a/etc/archboot/x86_64.conf +++ b/etc/archboot/x86_64.conf @@ -6,7 +6,7 @@ # SETUP archboot-cpio.sh parameters, other mkinitcpio parameters are not supported! # # Please change the hooks only if you know what you are doing. -HOOKS=(archboot_firmware archboot_modules_common archboot_base_common archboot_base \ +HOOKS=(archboot_firmware archboot_common_modules archboot_base_common archboot_base \ archboot_installer_common archboot_installer archboot_tz archboot_keymap archboot_acpi archboot_motd archboot_hwdetect archboot_pcspkr \ archboot_net_common archboot_net archboot_devicemapper archboot_mdadm \ diff --git a/usr/lib/initcpio/install/archboot_modules_common b/usr/lib/initcpio/install/archboot_common_modules similarity index 100% rename from usr/lib/initcpio/install/archboot_modules_common rename to usr/lib/initcpio/install/archboot_common_modules