From 559e2506fde62022b31f2b65c22d5d3e7371d1d2 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 13 Oct 2023 21:42:36 +0200 Subject: [PATCH] reformat _HOOKS in config files --- etc/archboot/aarch64-latest.conf | 4 ++-- etc/archboot/aarch64-update_installer.conf | 11 ++++++----- etc/archboot/aarch64.conf | 9 +++++---- etc/archboot/riscv64.conf | 9 +++++---- etc/archboot/x86_64-latest.conf | 4 ++-- etc/archboot/x86_64-local.conf | 4 ++-- etc/archboot/x86_64-update_installer.conf | 13 +++++++------ etc/archboot/x86_64.conf | 10 ++++++---- 8 files changed, 35 insertions(+), 29 deletions(-) diff --git a/etc/archboot/aarch64-latest.conf b/etc/archboot/aarch64-latest.conf index 7df7b036b..2ec807544 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=(common_modules kms base_common base_latest installer_common net_common remote \ -kexec licenses) +_HOOKS=(common_modules kms base_common base_latest installer_common + net_common remote kexec licenses) # 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 ba822519c..856401c35 100644 --- a/etc/archboot/aarch64-update_installer.conf +++ b/etc/archboot/aarch64-update_installer.conf @@ -1,11 +1,12 @@ # Created by Tobias Powalowski # SPDX-License-Identifier: GPL-3.0-or-later _KERNEL="/boot/Image.gz" -_HOOKS=(cache cache_cleanup firmware firmware_cleanup common_modules block_modules \ -kms base_common base_common_cleanup base base_cleanup filesystems filesystems_cleanup \ -net net_cleanup acpi cpufreq devicemapper hypervisor net_common platform wireless \ -installer_common installer installer_cleanup clock vconsole motd mdadm lvm2 remote \ -kexec efibootmgr pciutils usbutils smartmontools licenses neovim secure_boot efivar lshw) +_HOOKS=(cache cache_cleanup firmware firmware_cleanup common_modules + block_modules kms base_common base_common_cleanup base base_cleanup + filesystems filesystems_cleanup net net_cleanup acpi cpufreq devicemapper + hypervisor net_common platform wireless installer_common installer + installer_cleanup clock vconsole motd mdadm lvm2 remote kexec efibootmgr + pciutils usbutils smartmontools licenses neovim secure_boot efivar lshw) # COMPRESSION # Use 'cat' to create an uncompressed image. diff --git a/etc/archboot/aarch64.conf b/etc/archboot/aarch64.conf index ebc1692ec..c8694aa31 100644 --- a/etc/archboot/aarch64.conf +++ b/etc/archboot/aarch64.conf @@ -1,10 +1,11 @@ # Created by Tobias Powalowski # SPDX-License-Identifier: GPL-3.0-or-later _KERNEL="/boot/Image.gz" -_HOOKS=(firmware common_modules kms block_modules base_common base installer_common \ -installer clock vconsole acpi motd net_common net devicemapper mdadm lvm2 filesystems \ -remote cpufreq kexec efibootmgr pciutils usbutils smartmontools licenses wireless \ -neovim platform hypervisor secure_boot efivar lshw) +_HOOKS=(firmware common_modules kms block_modules base_common base + installer_common installer clock vconsole acpi motd net_common + net devicemapper mdadm lvm2 filesystems remote cpufreq kexec + efibootmgr pciutils usbutils smartmontools licenses wireless + neovim platform hypervisor secure_boot efivar lshw) # COMPRESSION # Use 'cat' to create an uncompressed image. diff --git a/etc/archboot/riscv64.conf b/etc/archboot/riscv64.conf index 2c5db4912..09efc83a0 100644 --- a/etc/archboot/riscv64.conf +++ b/etc/archboot/riscv64.conf @@ -1,10 +1,11 @@ # Created by Tobias Powalowski # SPDX-License-Identifier: GPL-3.0-or-later _KERNEL="/usr/lib/modules/*/vmlinuz" -_HOOKS=(firmware common_modules kms block_modules base_common base installer_common \ -installer clock vconsole acpi motd net_common net devicemapper mdadm lvm2 filesystems \ -remote kexec efibootmgr pciutils usbutils smartmontools licenses wireless neovim \ -platform hypervisor secure_boot efivar lshw) +_HOOKS=(firmware common_modules kms block_modules base_common base + installer_common installer clock vconsole acpi motd net_common + net devicemapper mdadm lvm2 filesystems remote kexec efibootmgr + pciutils usbutils smartmontools licenses wireless neovim platform + hypervisor secure_boot 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 99fe8a78a..41137c292 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=(common_modules kms base_common base_latest installer_common net_common remote \ -kexec licenses) +_HOOKS=(common_modules kms base_common base_latest + installer_common net_common 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 d315ff019..82f573989 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=(common_modules kms base_common base_latest installer_common kexec \ -licenses cache) +_HOOKS=(common_modules kms base_common base_latest + 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 26f7efc5c..280245d1c 100644 --- a/etc/archboot/x86_64-update_installer.conf +++ b/etc/archboot/x86_64-update_installer.conf @@ -1,12 +1,13 @@ # Created by Tobias Powalowski # SPDX-License-Identifier: GPL-3.0-or-later _KERNEL="/usr/lib/modules/*/vmlinuz" -_HOOKS=(cache cache_cleanup firmware firmware_cleanup common_modules block_modules \ -kms base_common base_common_cleanup base base_cleanup filesystems filesystems_cleanup \ -net net_cleanup acpi cpufreq devicemapper hypervisor net_common dmidecode platform \ -wireless installer_common installer installer_cleanup clock vconsole motd mdadm \ -lvm2 remote kexec efibootmgr pciutils usbutils smartmontools licenses neovim \ -secure_boot efivar lshw) +_HOOKS=(cache cache_cleanup firmware firmware_cleanup common_modules + block_modules kms base_common base_common_cleanup base base_cleanup + filesystems filesystems_cleanup net net_cleanup acpi cpufreq devicemapper + hypervisor net_common dmidecode platform wireless installer_common + installer installer_cleanup clock vconsole motd mdadm lvm2 remote + kexec efibootmgr pciutils usbutils smartmontools licenses neovim + secure_boot efivar lshw) # COMPRESSION # Use 'cat' to create an uncompressed image. diff --git a/etc/archboot/x86_64.conf b/etc/archboot/x86_64.conf index 0086f6788..7c98af4a9 100644 --- a/etc/archboot/x86_64.conf +++ b/etc/archboot/x86_64.conf @@ -1,10 +1,12 @@ # Created by Tobias Powalowski # SPDX-License-Identifier: GPL-3.0-or-later _KERNEL="/usr/lib/modules/*/vmlinuz" -_HOOKS=(firmware common_modules block_modules kms base_common base installer_common \ -installer clock vconsole acpi motd net_common net devicemapper mdadm lvm2 filesystems \ -remote cpufreq kexec efibootmgr pciutils usbutils smartmontools licenses wireless \ -neovim platform hypervisor dmidecode secure_boot efivar lshw) +_HOOKS=(firmware common_modules block_modules kms base_common + base installer_common installer clock vconsole acpi + motd net_common net devicemapper mdadm lvm2 filesystems + remote cpufreq kexec efibootmgr pciutils usbutils smartmontools + licenses wireless neovim platform hypervisor dmidecode + secure_boot efivar lshw) # COMPRESSION # Use 'cat' to create an uncompressed image.