Use higher compression
This commit is contained in:
parent
095118be90
commit
d2645942fb
@ -4,7 +4,7 @@ set -e
|
||||
for i in $(find /lib/modules -name "*.ko"); do
|
||||
if [ "$(file "$i"|grep ELF)" != "" ]; then
|
||||
>&2 echo "> $i ..."
|
||||
xz -1 $i
|
||||
xz -9 $i
|
||||
mv $i.xz $i
|
||||
fi
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user