little update

This commit is contained in:
2021-11-09 15:34:37 +01:00
parent 13e88469ff
commit 05a96d057a
2 changed files with 52 additions and 29 deletions

View File

@ -52,8 +52,9 @@ FILES=()
HOOKS=(base udev block keyboard autodetect modconf filesystems fsck)
# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
# Use this to compress the initramfs image. By default, zstd compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="zstd"
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"