archboot/etc/archboot/x86_64-update_installer.conf
2022-03-18 20:21:14 +01:00

42 lines
1.9 KiB
Bash

# vim:set ft=sh:
# Created by Tobias Powalowski <tpowa@archlinux.org>
# For more information on how using mkinitcpio please refer to the main config file
# or check the wiki.
MODULES=()
BINARIES=()
FILES=()
# SETUP
#
# Please change the hooks only if you know what you are doing.
HOOKS=(archboot_cache archboot_cache_cleanup archboot_base archboot_base_cleanup \
archboot_firmware archboot_firmware_cleanup archboot_base_common archboot_base_common_cleanup \
archboot_filesystems archboot_filesystems_cleanup archboot_net archboot_net_cleanup block \
dmraid lvm2 encrypt btrfs keyboard archboot_acpi archboot_kms udev archboot_cpufreq
archboot_devicemapper archboot_pcspkr archboot_hypervisor archboot_linux_atm archboot_net_common \
archboot_dmidecode archboot_platform archboot_wireless archboot_wireless_staging \
archboot_installer_common archboot_installer archboot_installer_cleanup archboot_tz \
archboot_keymap archboot_motd archboot_hwdetect archboot_mdadm mdadm_udev archboot_lvm2 \
archboot_remote archboot_kexec archboot_ppp archboot_xl2tpd archboot_pppoe archboot_grub \
archboot_refind archboot_efibootmgr archboot_pciutils archboot_usbutils archboot_openvpn \
archboot_vpnc archboot_pptpclient archboot_smartmontools archboot_licenses archboot_netctl \
archboot_fsarchiver archboot_vim archboot_wipe archboot_testdisk archboot_ddrescue \
archboot_chntpw archboot_nmap archboot_tcpdump archboot_openconnect archboot_dnsmasq \
archboot_wvdial archboot_usb_modeswitch archboot_secure_boot archboot_efivar archboot_lshw)
# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
# is used. Use 'cat' to create an uncompressed image.
COMPRESSION="zstd"
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"
# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()
MODULES_DECOMPRESS="no"