Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/configs/releng/airootfs/etc/mkinitcpio.conf
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2020-10-28 09:20:55 +0200
committernl6720 <nl6720@gmail.com>2020-10-29 13:36:27 +0200
commit6820f2cb69f214a1e10c95f42d0c44bce2cc8fc4 (patch)
treeabf573666e90ec0693e29f48cc9bd52b62ea569b /configs/releng/airootfs/etc/mkinitcpio.conf
parent3caa30fa2a6493fc7232e4dfff2b4f1bc7ce5566 (diff)
Add modconf to HOOKS array in mkinitcpio.conf
The default mkinitcpio.conf includes modconf in HOOKS.
Diffstat (limited to 'configs/releng/airootfs/etc/mkinitcpio.conf')
-rw-r--r--configs/releng/airootfs/etc/mkinitcpio.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/releng/airootfs/etc/mkinitcpio.conf b/configs/releng/airootfs/etc/mkinitcpio.conf
index 3476157..c37b19f 100644
--- a/configs/releng/airootfs/etc/mkinitcpio.conf
+++ b/configs/releng/airootfs/etc/mkinitcpio.conf
@@ -52,7 +52,7 @@ FILES=()
#
## NOTE: If you have /usr on a separate partition, you MUST include the
# usr, fsck and shutdown hooks.
-HOOKS=(base udev memdisk archiso_shutdown archiso archiso_loop_mnt archiso_pxe_common archiso_pxe_nbd archiso_pxe_http archiso_pxe_nfs archiso_kms block filesystems keyboard)
+HOOKS=(base udev modconf memdisk archiso_shutdown archiso archiso_loop_mnt archiso_pxe_common archiso_pxe_nbd archiso_pxe_http archiso_pxe_nfs archiso_kms block filesystems keyboard)
# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
@@ -63,6 +63,7 @@ HOOKS=(base udev memdisk archiso_shutdown archiso archiso_loop_mnt archiso_pxe_c
COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"
+#COMPRESSION="zstd"
# COMPRESSION_OPTIONS
# Additional options for the compressor