Revision as of 22:07, 18 November 2024 by Nate(talk | contribs)(Created page with "<includeonly> For Ubuntu 24.04: Ubuntu 24.04 introduced additional [https://discourse.ubuntu.com/t/ubuntu-24-04-lts-noble-numbat-release-notes/39890#p-99950-unprivileged-user-namespace-restrictions unprivileged user namespace restrictions]. They must be disabled when using Variscite's docker container to build the image. Disable this restriction on the entire system for one boot: <pre> echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns </pre> Di...")