Useless quiet=y

This commit is contained in:
наб 2024-02-28 18:57:00 +01:00
parent ba81298aaa
commit fcd89b3a93
No known key found for this signature in database
GPG Key ID: BCFD0B018D2658F1

View File

@ -20,8 +20,6 @@ rootfstype="${rootfstype:=$(getarg rootfstype=)}"
TZPFMS_TPM1X="$(getarg TZPFMS_TPM1X=)"
[ -z "$TZPFMS_TPM1X" ] || export TZPFMS_TPM1X
getarg 0 quiet && quiet=y
# There is a race between the zpool import and the pre-mount hooks, so we wait for a pool to be imported
while [ "$(zpool list -H)" = "" ]; do