merge acpi and platform to common_mods

This commit is contained in:
Tobias Powalowski 2023-11-07 20:57:24 +01:00
parent cea823ffc8
commit 1951077e05
8 changed files with 14 additions and 29 deletions

View file

@ -2,8 +2,8 @@
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
_KERNEL="/boot/Image.gz" _KERNEL="/boot/Image.gz"
_HOOKS=(cache cache_cleanup firmware firmware_mods firmware_cleanup common_mods _HOOKS=(cache cache_cleanup firmware firmware_mods firmware_cleanup common_mods
block_mods kms_mods filesystems_mods acpi_mods cpufreq_mods devicemapper_mods block_mods kms_mods filesystems_mods cpufreq_mods devicemapper_mods
hypervisor_mods net_mods dmidecode_mods platform_mods wireless_mods hypervisor_mods net_mods dmidecode_mods wireless_mods
mdadm_mods systemd_mods mods_cleanup base_common base_common_cleanup mdadm_mods systemd_mods mods_cleanup base_common base_common_cleanup
base base_cleanup filesystems filesystems_cleanup net net_cleanup cpufreq base base_cleanup filesystems filesystems_cleanup net net_cleanup cpufreq
devicemapper net_common dmidecode wireless installer_common installer clock vconsole devicemapper net_common dmidecode wireless installer_common installer clock vconsole

View file

@ -2,10 +2,10 @@
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
_KERNEL="/boot/Image.gz" _KERNEL="/boot/Image.gz"
_HOOKS=(firmware firmware_mods common_mods kms_mods block_mods systemd_mods base_common base _HOOKS=(firmware firmware_mods common_mods kms_mods block_mods systemd_mods base_common base
installer_common installer clock vconsole acpi_mods motd net_common installer_common installer clock vconsole motd net_common
net_mods net devicemapper devicemapper_mods mdadm mdadm_mods lvm2 filesystems net_mods net devicemapper devicemapper_mods mdadm mdadm_mods lvm2 filesystems
filesystems_mods remote cpufreq cpufreq_mods kexec efibootmgr pciutils filesystems_mods remote cpufreq cpufreq_mods kexec efibootmgr pciutils
usbutils smartmontools licenses wireless wireless_mods neovim platform_mods usbutils smartmontools licenses wireless wireless_mods neovim
hypervisor_mods dmidecode dmidecode_mods secureboot efivar lshw) hypervisor_mods dmidecode dmidecode_mods secureboot efivar lshw)
# COMPRESSION # COMPRESSION

View file

@ -2,10 +2,10 @@
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
_KERNEL="/usr/lib/modules/*/vmlinuz" _KERNEL="/usr/lib/modules/*/vmlinuz"
_HOOKS=(firmware firmware_mods common_mods kms_mods block_mods systemd_mods base_common base _HOOKS=(firmware firmware_mods common_mods kms_mods block_mods systemd_mods base_common base
installer_common installer clock vconsole acpi_mods motd net_common installer_common installer clock vconsole motd net_common
net net_mods devicemapper devicemapper_mods mdadm mdadm_mods lvm2 filesystems net net_mods devicemapper devicemapper_mods mdadm mdadm_mods lvm2 filesystems
filesystems_mods remote kexec efibootmgr pciutils usbutils smartmontools filesystems_mods remote kexec efibootmgr pciutils usbutils smartmontools
licenses wireless wireless_mods neovim platform_mods hypervisor_mods licenses wireless wireless_mods neovim hypervisor_mods
secureboot efivar lshw) secureboot efivar lshw)
# COMPRESSION # COMPRESSION

View file

@ -2,8 +2,8 @@
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
_KERNEL="/usr/lib/modules/*/vmlinuz" _KERNEL="/usr/lib/modules/*/vmlinuz"
_HOOKS=(cache cache_cleanup firmware firmware_mods firmware_cleanup common_mods _HOOKS=(cache cache_cleanup firmware firmware_mods firmware_cleanup common_mods
block_mods kms_mods filesystems_mods acpi_mods cpufreq_mods devicemapper_mods block_mods kms_mods filesystems_mods cpufreq_mods devicemapper_mods
hypervisor_mods net_mods dmidecode_mods platform_mods wireless_mods hypervisor_mods net_mods dmidecode_mods wireless_mods
mdadm_mods systemd_mods mods_cleanup base_common base_common_cleanup mdadm_mods systemd_mods mods_cleanup base_common base_common_cleanup
base base_cleanup filesystems filesystems_cleanup net net_cleanup cpufreq base base_cleanup filesystems filesystems_cleanup net net_cleanup cpufreq
devicemapper net_common dmidecode wireless installer_common installer clock vconsole devicemapper net_common dmidecode wireless installer_common installer clock vconsole

View file

@ -2,10 +2,10 @@
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
_KERNEL="/usr/lib/modules/*/vmlinuz" _KERNEL="/usr/lib/modules/*/vmlinuz"
_HOOKS=(firmware firmware_mods common_mods kms_mods block_mods systemd_mods base_common base _HOOKS=(firmware firmware_mods common_mods kms_mods block_mods systemd_mods base_common base
installer_common installer clock vconsole acpi_mods motd net_common installer_common installer clock vconsole motd net_common
net_mods net devicemapper devicemapper_mods mdadm mdadm_mods lvm2 filesystems net_mods net devicemapper devicemapper_mods mdadm mdadm_mods lvm2 filesystems
filesystems_mods remote cpufreq cpufreq_mods kexec efibootmgr pciutils filesystems_mods remote cpufreq cpufreq_mods kexec efibootmgr pciutils
usbutils smartmontools licenses wireless wireless_mods neovim platform_mods usbutils smartmontools licenses wireless wireless_mods neovim
hypervisor_mods dmidecode dmidecode_mods secureboot efivar lshw) hypervisor_mods dmidecode dmidecode_mods secureboot efivar lshw)
# COMPRESSION # COMPRESSION

View file

@ -1,9 +0,0 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0-or-later
# Created by Tobias Powalowski <tpowa@archlinux.org>
_run ()
{
_all_mods '/acpi/'
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -4,8 +4,12 @@
_run () _run ()
{ {
### acpi
_all_mods '/acpi/'
### add pcspkr ### add pcspkr
_mod pcspkr _mod pcspkr
### platform modules
_all_mods -f 'media' '/platform/'
### add init modules ### add init modules
_map _mod zram btrfs zstd libcrc32c _map _mod zram btrfs zstd libcrc32c
### keyboard modules ### keyboard modules

View file

@ -1,10 +0,0 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0-or-later
# Created by Tobias Powalowski <tpowa@archlinux.org>
_run ()
{
_all_mods -f 'media' '/platform/'
}
# vim: set ft=sh ts=4 sw=4 et: