From 031fe0b377392a726d3caf0015ecc93b5f3ae7c0 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 14 Nov 2023 09:40:43 +0100 Subject: [PATCH] move net mods behind net --- etc/archboot/aarch64.conf | 2 +- etc/archboot/riscv64.conf | 2 +- etc/archboot/x86_64.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/archboot/aarch64.conf b/etc/archboot/aarch64.conf index ad438b362..fbb16731f 100644 --- a/etc/archboot/aarch64.conf +++ b/etc/archboot/aarch64.conf @@ -5,7 +5,7 @@ _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 + licenses lshw lvm2 mdadm mdadm_mods motd neovim net_common net net_mods pciutils remote secureboot smartmontools usbutils vconsole wireless wireless_mods) diff --git a/etc/archboot/riscv64.conf b/etc/archboot/riscv64.conf index b6b2b9c20..5c9404358 100644 --- a/etc/archboot/riscv64.conf +++ b/etc/archboot/riscv64.conf @@ -5,7 +5,7 @@ _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 + mdadm_mods motd neovim net_common net net_mods pciutils remote secureboot smartmontools usbutils vconsole wireless wireless_mods) # COMPRESSION diff --git a/etc/archboot/x86_64.conf b/etc/archboot/x86_64.conf index 004683673..afe0d11e4 100644 --- a/etc/archboot/x86_64.conf +++ b/etc/archboot/x86_64.conf @@ -5,7 +5,7 @@ _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 + licenses lshw lvm2 mdadm mdadm_mods motd neovim net_common net net_mods pciutils remote secureboot smartmontools usbutils vconsole wireless wireless_mods)