reorder hooks

This commit is contained in:
Tobias Powalowski 2023-11-10 08:50:21 +01:00
parent 1cb9ddb8c6
commit d455ee7340
6 changed files with 18 additions and 18 deletions

View file

@ -1,8 +1,8 @@
# Created by Tobias Powalowski <tpowa@archlinux.org>
# 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.

View file

@ -1,8 +1,8 @@
# Created by Tobias Powalowski <tpowa@archlinux.org>
# 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.

View file

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

View file

@ -1,8 +1,8 @@
# Created by Tobias Powalowski <tpowa@archlinux.org>
# 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.

View file

@ -1,8 +1,8 @@
# Created by Tobias Powalowski <tpowa@archlinux.org>
# 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.

View file

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