refactor(meta): Trim trailing whitespace (#3)

This commit is contained in:
hygienic-books 2023-10-20 15:26:22 +02:00
parent 2876f55e82
commit 6b12f31866

View File

@ -161,10 +161,10 @@ function import_pool () {
function create_pool () { function create_pool () {
# Create a temporary pool that is not cached # Create a temporary pool that is not cached
# #
# Add zfsprops 'compression' unless environment variable # Add zfsprops 'compression' unless environment variable
# ARCHZBM_ZFSPROPS_NO_COMPRESSION is set to any value. # ARCHZBM_ZFSPROPS_NO_COMPRESSION is set to any value.
# #
# Add zfsprops 'encryption' along with 'keyformat' and a 'keylocation' # Add zfsprops 'encryption' along with 'keyformat' and a 'keylocation'
# unless environment variable ARCHZBM_ZFSPROPS_NO_ENCRYPTION is set to # unless environment variable ARCHZBM_ZFSPROPS_NO_ENCRYPTION is set to
# any value. # any value.
@ -258,7 +258,7 @@ function pacman_dl_parallel () {
function pacman_dont_check_space () { function pacman_dont_check_space () {
# See pacman bug comment # See pacman bug comment
# https://bugs.archlinux.org/task/45070#comment142712 # https://bugs.archlinux.org/task/45070#comment142712
# #
# When we pacstrap onto ZFS pacman incorrectly calculates and # When we pacstrap onto ZFS pacman incorrectly calculates and
# overestimates required disk space. We instead assume an installation # overestimates required disk space. We instead assume an installation
# gets done with at least a 10 GiB drive which is plenty. Skip pacman's # gets done with at least a 10 GiB drive which is plenty. Skip pacman's