diff --git a/etc/archboot/aarch64-latest.conf b/etc/archboot/aarch64-latest.conf index 90b9d2964..a12e93b58 100644 --- a/etc/archboot/aarch64-latest.conf +++ b/etc/archboot/aarch64-latest.conf @@ -1,8 +1,8 @@ # Created by Tobias Powalowski # SPDX-License-Identifier: GPL-3.0-or-later _KERNEL="/boot/Image.gz" -_HOOKS=(base_common_mods kms_mods systemd_mods base_common_system installer_common - net_common net_mods remote kexec licenses) +_HOOKS=(kms_mods systemd_mods base_common base_common_mods base_common_system + installer_common net_common net_mods remote kexec licenses) # COMPRESSION # Use 'cat' to create an uncompressed image. diff --git a/etc/archboot/aarch64-local.conf b/etc/archboot/aarch64-local.conf index 7e2c6fd4d..cb48257d7 100644 --- a/etc/archboot/aarch64-local.conf +++ b/etc/archboot/aarch64-local.conf @@ -1,8 +1,8 @@ # Created by Tobias Powalowski # SPDX-License-Identifier: GPL-3.0-or-later _KERNEL="/boot/Image.gz" -_HOOKS=(base_common_mods kms_mods systemd_mods base_common_system installer_common - kexec licenses cache) +_HOOKS=(kms_mods systemd_mods base_common base_common_mods base_common_system + installer_common kexec licenses cache) # COMPRESSION # Use 'cat' to create an uncompressed image. diff --git a/etc/archboot/aarch64-update_installer.conf b/etc/archboot/aarch64-update_installer.conf index 0c4222a90..b4e004748 100644 --- a/etc/archboot/aarch64-update_installer.conf +++ b/etc/archboot/aarch64-update_installer.conf @@ -4,11 +4,11 @@ _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 dmidecode_mods wireless_mods mdadm_mods - systemd_mods mods_cleanup base_common_system base_common_system_cleanup base_common base_system base_cleanup - filesystems filesystems_cleanup net net_cleanup cpufreq devicemapper - net_common dmidecode wireless installer_common installer clock vconsole - motd mdadm lvm2 remote kexec efibootmgr pciutils usbutils smartmontools licenses - neovim secureboot efivar lshw) + systemd_mods mods_cleanup base_common_system base_common_system_cleanup + base_common base_system base_cleanup filesystems filesystems_cleanup net + net_cleanup cpufreq devicemapper net_common dmidecode wireless installer_common + installer clock vconsole motd mdadm lvm2 remote kexec efibootmgr pciutils usbutils + smartmontools licenses neovim secureboot efivar lshw) # 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 df03bbb3e..640ab58c9 100644 --- a/etc/archboot/x86_64-latest.conf +++ b/etc/archboot/x86_64-latest.conf @@ -1,8 +1,8 @@ # Created by Tobias Powalowski # SPDX-License-Identifier: GPL-3.0-or-later _KERNEL="/usr/lib/modules/*/vmlinuz" -_HOOKS=(base_common_mods kms_mods systemd_mods base_common_system installer_common - net_common net_mods remote kexec licenses) +_HOOKS=(kms_mods systemd_mods base_common base_common_mods base_common_system + installer_common net_common net_mods remote kexec licenses) # COMPRESSION # Use 'cat' to create an uncompressed image. diff --git a/etc/archboot/x86_64-local.conf b/etc/archboot/x86_64-local.conf index f2a5a37e3..21dbbef72 100644 --- a/etc/archboot/x86_64-local.conf +++ b/etc/archboot/x86_64-local.conf @@ -1,8 +1,8 @@ # Created by Tobias Powalowski # SPDX-License-Identifier: GPL-3.0-or-later _KERNEL="/usr/lib/modules/*/vmlinuz" -_HOOKS=(base_common_mods kms_mods systemd_mods base_common_system installer_common - kexec licenses cache) +_HOOKS=(kms_mods systemd_mods base_common base_common_mods base_common_system + installer_common kexec licenses cache) # COMPRESSION # Use 'cat' to create an uncompressed image. diff --git a/etc/archboot/x86_64-update_installer.conf b/etc/archboot/x86_64-update_installer.conf index b727d2a55..5a807f016 100644 --- a/etc/archboot/x86_64-update_installer.conf +++ b/etc/archboot/x86_64-update_installer.conf @@ -4,11 +4,11 @@ _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 dmidecode_mods wireless_mods mdadm_mods - systemd_mods mods_cleanup base_common_system base_common_system_cleanup base_common base_system base_cleanup - filesystems filesystems_cleanup net net_cleanup cpufreq devicemapper - net_common dmidecode wireless installer_common installer clock vconsole - motd mdadm lvm2 remote kexec efibootmgr pciutils usbutils smartmontools licenses - neovim secureboot efivar lshw) + systemd_mods mods_cleanup base_common_system base_common_system_cleanup + base_common base_system base_cleanup filesystems filesystems_cleanup net + net_cleanup cpufreq devicemapper net_common dmidecode wireless installer_common + installer clock vconsole motd mdadm lvm2 remote kexec efibootmgr pciutils usbutils + smartmontools licenses neovim secureboot efivar lshw) # COMPRESSION # Use 'cat' to create an uncompressed image.