rename and move modules

This commit is contained in:
Tobias Powalowski 2023-04-26 07:40:28 +02:00
parent a6ce218160
commit d9840e9737
13 changed files with 12 additions and 12 deletions

View file

@ -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

View file

@ -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

View file

@ -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)

View file

@ -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 \

View file

@ -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 \

View file

@ -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

View file

@ -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 \

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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 \

View file

@ -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 \