merge efibootmgr and efivar into efi hook

This commit is contained in:
Tobias Powalowski 2023-11-10 16:35:54 +01:00
parent 8bcf1fa5f8
commit e694de833e
7 changed files with 9 additions and 19 deletions

View file

@ -8,7 +8,7 @@ _HOOKS=(cache cache_cleanup firmware firmware_mods firmware_cleanup base_common_
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
efibootmgr pciutils usbutils smartmontools licenses neovim secureboot efivar lshw)
pciutils usbutils smartmontools licenses neovim secureboot efi lshw)
# COMPRESSION
# Use 'cat' to create an uncompressed image.

View file

@ -4,9 +4,9 @@ _KERNEL="/boot/Image.gz"
_HOOKS=(firmware firmware_mods kms_mods block_mods systemd_mods base_common base_common_mods
base_common_system 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 efibootmgr pciutils
filesystems_mods remote cpufreq cpufreq_mods kexec pciutils
usbutils smartmontools licenses wireless wireless_mods neovim
hypervisor_mods dmidecode secureboot efivar lshw)
hypervisor_mods dmidecode secureboot efi lshw)
# COMPRESSION
# Use 'cat' to create an uncompressed image.

View file

@ -4,8 +4,8 @@ _KERNEL="/usr/lib/modules/*/vmlinuz"
_HOOKS=(firmware firmware_mods kms_mods block_mods systemd_mods base_common base_common_mods
base_common_system 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 efibootmgr pciutils usbutils smartmontools
licenses wireless wireless_mods neovim hypervisor_mods secureboot efivar lshw)
filesystems_mods remote kexec pciutils usbutils smartmontools
licenses wireless wireless_mods neovim hypervisor_mods secureboot efi lshw)
# COMPRESSION
# Use 'cat' to create an uncompressed image.

View file

@ -8,7 +8,7 @@ _HOOKS=(cache cache_cleanup firmware firmware_mods firmware_cleanup base_common_
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
efibootmgr pciutils usbutils smartmontools licenses neovim secureboot efivar lshw)
pciutils usbutils smartmontools licenses neovim secureboot efi lshw)
# COMPRESSION
# Use 'cat' to create an uncompressed image.

View file

@ -4,9 +4,9 @@ _KERNEL="/usr/lib/modules/*/vmlinuz"
_HOOKS=(firmware firmware_mods kms_mods block_mods systemd_mods base_common base_common_mods
base_common_system 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 efibootmgr pciutils
filesystems_mods remote cpufreq cpufreq_mods kexec pciutils
usbutils smartmontools licenses wireless wireless_mods neovim
hypervisor_mods dmidecode secureboot efivar lshw)
hypervisor_mods dmidecode secureboot efi lshw)
# COMPRESSION
# Use 'cat' to create an uncompressed image.

View file

@ -4,7 +4,7 @@
_run ()
{
_binary efibootmgr
_map _binary efivar efisecdb efibootmgr
}
# vim: set ft=sh ts=4 sw=4 et:

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 ()
{
_map _binary efivar efisecdb
}
# vim: set ft=sh ts=4 sw=4 et: