Skip to content

Commit 82e93b5

Browse files
committed
dkms: add --rm to the default zstd options
makes zstd behave more like the other compressors
1 parent 2bf04ba commit 82e93b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dkms.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -2836,7 +2836,7 @@ symlink_modules=""
28362836
# Set compression defaults
28372837
compress_gzip_opts=""
28382838
compress_xz_opts="--check=crc32 --lzma2=dict=1MiB"
2839-
compress_zstd_opts="-q -T0"
2839+
compress_zstd_opts="-q --rm -T0"
28402840

28412841
# Check that we can write temporary files
28422842
tmpfile=$(mktemp_or_die)

dkms_framework.conf.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@
5454
# maximum compression, at the expense of speed when compressing.
5555
# compress_gzip_opts="-6"
5656
# compress_xz_opts="--check=crc32 --lzma2=dict=1MiB -6"
57-
# compress_zstd_opts="-q -T0 -3"
57+
# compress_zstd_opts="-q --rm -T0 -3"

0 commit comments

Comments
 (0)