initramfs-tools: fix xz compression mode, needs crc32 to work.
This commit is contained in:
parent
efa9c7a8ac
commit
56a90266cf
2 changed files with 2 additions and 1 deletions
|
@ -145,6 +145,7 @@ if ! `grep -q -i ^config_rd_${COMPRESS%p} /boot/config-${version}` ; then
|
|||
fi
|
||||
|
||||
# Always compress with best compression mode to save space.
|
||||
[ "$compress" = xz ] && compress="xz --check=crc32"
|
||||
compress="$compress -9"
|
||||
|
||||
if [ -d "${outfile}" ]; then
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'initramfs-tools'
|
||||
pkgname=initramfs-tools
|
||||
_localver=0.99.16 # This is the XBPS version
|
||||
_localver=0.99.17 # This is the XBPS version
|
||||
_distver=0.98.8 # This should match debian version
|
||||
version=${_localver}.${_distver}
|
||||
build_style=custom-install
|
||||
|
|
Loading…
Reference in a new issue