chromium snap package will not install on pinephone 5.10 mobian kernel
when attempting:
sudo snap install chromium
install fails:
journalctl -xe
<snip>
Jan 24 00:03:22 mobian kernel: Filesystem uses "lzo" compression. This is not supported
Jan 24 00:03:22 mobian mount[3269]: mount: /snap/chromium/1449: wrong fs type, bad option, bad superblock on /dev/loop4, missing codepage or helper program, or other error.
Jan 24 00:03:22 mobian systemd[1]: snap-chromium-1449.mount: Mount process exited, code=exited, status=32/n/a
This can be solved using https://gitlab.com/mobian1/wiki/-/wikis/Kernel-Build and instead of performing the step:
make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- menuconfig
edit the .config to include CONFIG_SQUASHFS_LZO=y then build and install the kernel as per the remainder of that guide.
Perhaps that could be considered for inclusion in future mobian kernels?