# Created by Tobias Powalowski # 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) # COMPRESSION # Use 'cat' to create an uncompressed image. # Possible compressors: cat gzip bzip2 lzma xz lzop lz4 zstd _COMP="zstd" # Additional options for the compressor _COMP_OPTS=(-19) # vim: set ft=sh ts=4 sw=4 et: