reformat COMPRESSION in configs

This commit is contained in:
Tobias Powalowski 2023-10-14 07:15:07 +02:00
parent 559e2506fd
commit 0fe5d6cf0a
11 changed files with 0 additions and 22 deletions

View file

@ -7,8 +7,6 @@ _HOOKS=(common_modules block_modules init)
# Use 'cat' to create an uncompressed image.
# Possible compressors: cat gzip bzip2 lzma xz lzop lz4 zstd
_COMP="zstd"
# COMPRESSION_OPTS
# Additional options for the compressor
_COMP_OPTS=(-19)
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -8,8 +8,6 @@ _HOOKS=(common_modules kms base_common base_latest installer_common
# Use 'cat' to create an uncompressed image.
# Possible compressors: cat gzip bzip2 lzma xz lzop lz4 zstd
_COMP="zstd"
# COMPRESSION_OPTS
# Additional options for the compressor
COMPRESSION_OPTS=(-19)
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -7,8 +7,6 @@ _HOOKS=(common_modules kms base_common base_latest installer_common kexec licens
# Use 'cat' to create an uncompressed image.
# Possible compressors: cat gzip bzip2 lzma xz lzop lz4 zstd
_COMP="zstd"
# COMPRESSION_OPTS
# Additional options for the compressor
_COMP_OPTS=(-19)
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -12,8 +12,6 @@ _HOOKS=(cache cache_cleanup firmware firmware_cleanup common_modules
# Use 'cat' to create an uncompressed image.
# Possible compressors: cat gzip bzip2 lzma xz lzop lz4 zstd
_COMP="zstd"
# COMPRESSION_OPTS
# Additional options for the compressor
#_COMP_OPTS=()
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -7,8 +7,6 @@ _HOOKS=(common_modules block_modules init)
# Use 'cat' to create an uncompressed image.
# Possible compressors: cat gzip bzip2 lzma xz lzop lz4 zstd
_COMP="zstd"
# COMPRESSION_OPTS
# Additional options for the compressor
_COMP_OPTS=(-19)
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -11,8 +11,6 @@ _HOOKS=(firmware common_modules kms block_modules base_common base
# Use 'cat' to create an uncompressed image.
# Possible compressors: cat gzip bzip2 lzma xz lzop lz4 zstd
_COMP="zstd"
# COMPRESSION_OPTS
# Additional options for the compressor
_COMP_OPTS=(-19)
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -7,8 +7,6 @@ _HOOKS=(common_modules block_modules init)
# Use 'cat' to create an uncompressed image.
# Possible compressors: cat gzip bzip2 lzma xz lzop lz4 zstd
_COMP="zstd"
# COMPRESSION_OPTS
# Additional options for the compressor
COMPRESSION_OPTS=(-19)
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -8,8 +8,6 @@ _HOOKS=(common_modules kms base_common base_latest
# Use 'cat' to create an uncompressed image.
# Possible compressors: cat gzip bzip2 lzma xz lzop lz4 zstd
_COMP="zstd"
# COMPRESSION_OPTS
# Additional options for the compressor
_COMP_OPTS=(-19)
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -8,8 +8,6 @@ _HOOKS=(common_modules kms base_common base_latest
# Use 'cat' to create an uncompressed image.
# Possible compressors: cat gzip bzip2 lzma xz lzop lz4 zstd
_COMP="zstd"
# COMPRESSION_OPTS
# Additional options for the compressor
_COMP_OPTS=(-19)
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -13,8 +13,6 @@ _HOOKS=(cache cache_cleanup firmware firmware_cleanup common_modules
# Use 'cat' to create an uncompressed image.
# Possible compressors: cat gzip bzip2 lzma xz lzop lz4 zstd
_COMP="zstd"
# COMPRESSION_OPTS
# Additional options for the compressor
#_COMP_OPTS=()
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -12,8 +12,6 @@ _HOOKS=(firmware common_modules block_modules kms base_common
# Use 'cat' to create an uncompressed image.
# Possible compressors: cat gzip bzip2 lzma xz lzop lz4 zstd
_COMP="zstd"
# COMPRESSION_OPTS
# Additional options for the compressor
_COMP_OPTS=(-19)
# vim: set ft=sh ts=4 sw=4 et: