Lake of SQUASHFS XZ_SUPPORT

I would like to run snap packages on ubuntu-server image.
Kernel always complains:

[ 606.800469] bcmsdh_sdmmc: Failed to Write byte F1:@0x1001f=01, Err: -5
[ 611.092444] squashfs: SQUASHFS error: Filesystem uses “xz” compression. This is not supported
[ 611.376295] squashfs: SQUASHFS error: Filesystem uses “xz” compression. This is not supported
[ 611.648411] squashfs: SQUASHFS error: Filesystem uses “xz” compression. This is not supported

Could you add XZ_SUPPORT of SQUASHFS ?

Hi, trulyliu:

We have added XZ_SUPPORT of SQUASHFS in the kernel of the newest version.

Please update your kernel by commands:

$ sudo apt-get update & sudo apt-get upgrade
$ sudo apt-get install linux-image-4.4.154-72-rockchip-g6520deb
1 Like