reorder hooks

This commit is contained in:
Tobias Powalowski 2023-11-12 22:10:31 +01:00
parent 0d8f49dbd8
commit 7e9268c777
12 changed files with 43 additions and 45 deletions

View file

@ -1,7 +1,7 @@
# Created by Tobias Powalowski <tpowa@archlinux.org>
# SPDX-License-Identifier: GPL-3.0-or-later
_KERNEL="/boot/Image.gz"
_HOOKS=(block_mods base_common base_common_mods base_init base_init_mods)
_HOOKS=(base_common base_common_mods base_init base_init_mods block_mods)
# COMPRESSION
# Use 'cat' to create an uncompressed image.

View file

@ -1,9 +1,8 @@
# Created by Tobias Powalowski <tpowa@archlinux.org>
# SPDX-License-Identifier: GPL-3.0-or-later
_KERNEL="/boot/Image.gz"
_HOOKS=(kms_mods base_common base_common_mods base_common_system
base_common_system_mods installer_common net_common net_mods
remote kexec licenses)
_HOOKS=(base_common base_common_mods base_common_system base_common_system_mods
kexec kms_mods installer_common licenses net_common net_mods remote)
# 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=(kms_mods base_common base_common_mods base_common_system
base_common_system_mods installer_common kexec licenses cache)
_HOOKS=(base_common base_common_mods base_common_system base_common_system_mods
cache installer_common kexec kms_mods licenses)
# COMPRESSION
# Use 'cat' to create an uncompressed image.

View file

@ -3,12 +3,12 @@
_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 wireless_mods mdadm_mods
base_common_system_mods mods_cleanup base_common base_common_cleanup base_common_system
base_common_system_cleanup base_system base_system_cleanup filesystems
filesystems_cleanup net net_cleanup cpufreq devicemapper net_common dmidecode
wireless installer_common installer clock vconsole motd mdadm lvm2 remote kexec
pciutils usbutils smartmontools licenses neovim secureboot efi lshw)
hypervisor_mods net_mods wireless_mods mdadm_mods base_common_system_mods
mods_cleanup base_common base_common_cleanup base_common_system
base_common_system_cleanup base_system base_system_cleanup clock cpufreq
devicemapper efi filesystems filesystems_cleanup installer_common installer
kexec licenses lshw lvm2 mdadm motd neovim net net_cleanup net_common pciutils
remote secureboot smartmontools usbutils vconsole wireless)
# COMPRESSION
# Use 'cat' to create an uncompressed image.

View file

@ -1,13 +1,13 @@
# Created by Tobias Powalowski <tpowa@archlinux.org>
# SPDX-License-Identifier: GPL-3.0-or-later
_KERNEL="/boot/Image.gz"
_HOOKS=(firmware firmware_mods kms_mods block_mods base_common base_common_mods
base_common_system base_common_system_mods base_system installer_common
installer clock vconsole motd net_common net_mods net devicemapper
devicemapper_mods mdadm mdadm_mods lvm2 filesystems filesystems_mods
remote cpufreq cpufreq_mods kexec pciutils usbutils smartmontools
licenses wireless wireless_mods neovim hypervisor_mods dmidecode
secureboot efi lshw)
_HOOKS=(base_common base_common_mods base_common_system base_common_system_mods
base_system block_mods clock cpufreq cpufreq_mods devicemapper
devicemapper_mods dmidecode efi filesystems filesystems_mods firmware
firmware_mods hypervisor_mods installer_common installer kexec kms_mods
licenses lshw lvm2 mdadm mdadm_mods motd neovim net_common net_mods net
pciutils remote secureboot smartmontools usbutils vconsole wireless
wireless_mods)
# COMPRESSION
# Use 'cat' to create an uncompressed image.

View file

@ -1,7 +1,7 @@
# Created by Tobias Powalowski <tpowa@archlinux.org>
# SPDX-License-Identifier: GPL-3.0-or-later
_KERNEL="/usr/lib/modules/*/vmlinuz"
_HOOKS=(block_mods base_common base_common_mods base_init base_init_mods)
_HOOKS=(base_common base_common_mods base_init base_init_mods block_mods)
# COMPRESSION
# Use 'cat' to create an uncompressed image.

View file

@ -1,12 +1,12 @@
# Created by Tobias Powalowski <tpowa@archlinux.org>
# SPDX-License-Identifier: GPL-3.0-or-later
_KERNEL="/usr/lib/modules/*/vmlinuz"
_HOOKS=(firmware firmware_mods kms_mods block_mods base_common base_common_mods
base_common_system base_common_system_mods base_system installer_common
installer clock vconsole motd net_common net_mods net devicemapper
devicemapper_mods mdadm mdadm_mods lvm2 filesystems filesystems_mods
remote kexec pciutils usbutils smartmontools licenses wireless
wireless_mods neovim hypervisor_mods secureboot efi lshw)
_HOOKS=(base_common base_common_mods base_common_system base_common_system_mods
base_system block_mods clock devicemapper devicemapper_mods efi
filesystems filesystems_mods firmware firmware_mods hypervisor_mods
installer_common installer kexec kms_mods licenses lshw lvm2 mdadm
mdadm_mods motd neovim net_common net_mods net pciutils remote
secureboot smartmontools usbutils vconsole wireless wireless_mods)
# COMPRESSION
# Use 'cat' to create an uncompressed image.

View file

@ -1,7 +1,7 @@
# Created by Tobias Powalowski <tpowa@archlinux.org>
# SPDX-License-Identifier: GPL-3.0-or-later
_KERNEL="/usr/lib/modules/*/vmlinuz"
_HOOKS=(block_mods base_common base_common_mods base_init base_init_mods)
_HOOKS=(base_common base_common_mods base_init base_init_mods block_mods)
# COMPRESSION
# Use 'cat' to create an uncompressed image.

View file

@ -1,9 +1,8 @@
# Created by Tobias Powalowski <tpowa@archlinux.org>
# SPDX-License-Identifier: GPL-3.0-or-later
_KERNEL="/usr/lib/modules/*/vmlinuz"
_HOOKS=(kms_mods base_common base_common_mods base_common_system
base_common_system_mods installer_common net_common net_mods
remote kexec licenses)
_HOOKS=(base_common base_common_mods base_common_system base_common_system_mods
kexec kms_mods installer_common licenses net_common net_mods remote)
# 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=(kms_mods base_common base_common_mods base_common_system
base_common_system_mods installer_common kexec licenses cache)
_HOOKS=(base_common base_common_mods base_common_system base_common_system_mods
cache installer_common kexec kms_mods licenses)
# COMPRESSION
# Use 'cat' to create an uncompressed image.

View file

@ -3,12 +3,12 @@
_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 wireless_mods mdadm_mods
base_common_system_mods mods_cleanup base_common base_common_cleanup base_common_system
base_common_system_cleanup base_system base_system_cleanup filesystems
filesystems_cleanup net net_cleanup cpufreq devicemapper net_common dmidecode
wireless installer_common installer clock vconsole motd mdadm lvm2 remote kexec
pciutils usbutils smartmontools licenses neovim secureboot efi lshw)
hypervisor_mods net_mods wireless_mods mdadm_mods base_common_system_mods
mods_cleanup base_common base_common_cleanup base_common_system
base_common_system_cleanup base_system base_system_cleanup clock cpufreq
devicemapper efi filesystems filesystems_cleanup installer_common installer
kexec licenses lshw lvm2 mdadm motd neovim net net_cleanup net_common pciutils
remote secureboot smartmontools usbutils vconsole wireless)
# COMPRESSION
# Use 'cat' to create an uncompressed image.

View file

@ -1,13 +1,13 @@
# Created by Tobias Powalowski <tpowa@archlinux.org>
# SPDX-License-Identifier: GPL-3.0-or-later
_KERNEL="/usr/lib/modules/*/vmlinuz"
_HOOKS=(firmware firmware_mods kms_mods block_mods base_common base_common_mods
base_common_system base_common_system_mods base_system installer_common
installer clock vconsole motd net_common net_mods net devicemapper
devicemapper_mods mdadm mdadm_mods lvm2 filesystems filesystems_mods
remote cpufreq cpufreq_mods kexec pciutils usbutils smartmontools
licenses wireless wireless_mods neovim hypervisor_mods dmidecode
secureboot efi lshw)
_HOOKS=(base_common base_common_mods base_common_system base_common_system_mods
base_system block_mods clock cpufreq cpufreq_mods devicemapper
devicemapper_mods dmidecode efi filesystems filesystems_mods firmware
firmware_mods hypervisor_mods installer_common installer kexec kms_mods
licenses lshw lvm2 mdadm mdadm_mods motd neovim net_common net_mods net
pciutils remote secureboot smartmontools usbutils vconsole wireless
wireless_mods)
# COMPRESSION
# Use 'cat' to create an uncompressed image.