-
Notifications
You must be signed in to change notification settings - Fork 842
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
snapd needs squashfs support in kernel #4123
Comments
We've added squashfs support to the kernel, it will be available in an Insider build soon. |
@therealkenc I am still facing #2374 in WSL2. Is it just me or is it a known issue for wsl2 too? @cerebrate says he doesn't get it in WSL2. |
@bbhopesh To clarify that, I don’t get in WSL 2 because I can run systemd in WSL 2. (Using my https://github.com/arkane-systems/genie code.) Without that or some equivalent method to get systemd up and running for snapd, I’d still get it, and snapd won’t run without both that and a recompiled kernel. |
Yes, as of this writing |
Since this is in the kernel now, closing. |
Here is a naughty procedure to use snapd with systemd. See this link https://forum.snapcraft.io/t/snapd-on-wsl2-insiders-only-for-now/13033 |
So much reinventing of the wheel. 🤷♂ |
My one-liner seems to have a legs. Yeah. |
In so many very similar wrapped variants, heh. This is about the fifth one I've seen, counting mine, and I haven't been looking. |
WSL 2, build 18917.
While WSL2 doesn't have the issues with snapd described in #2374 , we now have another blocker. snap install now fails after downloading the snap, as it is unable to mount it, since the WSL 2 kernel doesn't contain squashfs support. (Per /proc/filesystems and the obvious test:
.)
Any chance we can get that included?
The text was updated successfully, but these errors were encountered: