Merge pull request #10383 from kata-containers/topic/imagevar

image-builder: Remove unused variable
This commit is contained in:
GabyCT 2024-10-08 10:27:03 -06:00 committed by GitHub
commit 7a38cce73c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,6 @@ readonly lib_file="${script_dir}/../scripts/lib.sh"
readonly ext4_format="ext4"
readonly xfs_format="xfs"
readonly erofs_format="erofs"
# ext4: percentage of the filesystem which may only be allocated by privileged processes.
readonly reserved_blocks_percentage=3