Last active
October 28, 2025 23:22
-
-
Save DonizeteVida/d20c79f9196c6629e380af760ce92480 to your computer and use it in GitHub Desktop.
Fix AAOS 15 Ubuntu 24.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo nano /etc/sysctl.d/60-apparmor-namespace.conf | |
| kernel.apparmor_restrict_unprivileged_userns=0 | |
| export ALLOW_MISSING_DEPENDENCIES=true | |
| export SKIP_ABI_CHECKS=true | |
| export TARGET_RELEASE=trunk_staging | |
| build_build_var_cache | |
| lunch 10 | |
| launch_cvd --daemon --noenable_sandbox | |
| stop_cvd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment