reorder firmware before base_common

This commit is contained in:
Tobias Powalowski 2022-12-14 07:01:00 +01:00
parent 7647ab745a
commit 3a67ab1ac1
3 changed files with 7 additions and 7 deletions

View file

@ -10,8 +10,8 @@ FILES=()
# SETUP
#
# Please change the hooks only if you know what you are doing.
HOOKS=(archboot_cache archboot_cache_cleanup archboot_base_common archboot_base_common_cleanup \
archboot_firmware archboot_firmware_cleanup archboot_base archboot_base_cleanup \
HOOKS=(archboot_cache archboot_cache_cleanup archboot_firmware archboot_firmware_cleanup \
archboot_base_common archboot_base_common_cleanup archboot_base archboot_base_cleanup \
archboot_filesystems archboot_filesystems_cleanup archboot_net archboot_net_cleanup \
block dmraid lvm2 encrypt btrfs keyboard archboot_acpi kms udev archboot_cpufreq \
archboot_devicemapper archboot_hypervisor archboot_net_common archboot_platform archboot_wireless \

View file

@ -10,8 +10,8 @@ FILES=()
# SETUP
#
# Please change the hooks only if you know what you are doing.
HOOKS=(archboot_cache archboot_cache_cleanup archboot_base_common archboot_base_common_cleanup \
archboot_firmware archboot_firmware_cleanup archboot_base archboot_base_cleanup \
HOOKS=(archboot_cache archboot_cache_cleanup archboot_firmware archboot_firmware_cleanup \
archboot_base_common archboot_base_common_cleanup archboot_base archboot_base_cleanup \
archboot_filesystems archboot_filesystems_cleanup archboot_net archboot_net_cleanup \
block dmraid lvm2 encrypt btrfs keyboard archboot_acpi kms udev archboot_devicemapper \
archboot_hypervisor archboot_net_common archboot_platform archboot_wireless \

View file

@ -10,10 +10,10 @@ FILES=()
# SETUP
#
# Please change the hooks only if you know what you are doing.
HOOKS=(archboot_cache archboot_cache_cleanup archboot_base_common archboot_base_common_cleanup \
archboot_firmware archboot_firmware_cleanup archboot_base archboot_base_cleanup \
HOOKS=(archboot_cache archboot_cache_cleanup archboot_firmware archboot_firmware_cleanup \
archboot_base_common archboot_base_common_cleanup archboot_base archboot_base_cleanup \
archboot_filesystems archboot_filesystems_cleanup archboot_net archboot_net_cleanup block \
dmraid lvm2 encrypt btrfs keyboard archboot_acpi kms udev archboot_cpufreq
dmraid lvm2 encrypt btrfs keyboard archboot_acpi kms udev archboot_cpufreq \
archboot_devicemapper archboot_pcspkr archboot_hypervisor archboot_net_common \
archboot_dmidecode archboot_platform archboot_wireless archboot_wireless_staging \
archboot_installer_common archboot_installer archboot_installer_cleanup archboot_tz \