flatcar-scripts/sdk_lib
Michael Marineau 18d796ff3e fix(sdk-lib): Mount a fresh /run directory.
There is no need to arbitrarily bind mount all of the host system's /run
into the chroot. In fact this causes issues when the host system's /run
isn't set up in a way this script anticipates. Namely the user runtime
directory in /run/usr/$UID is another tmpfs mount on my system, leaving
the underlying directory node that is bind-mounted in with the wrong
ownership. Behave a little more like a responsible container and use a
fresh /run but continue binding /run/shm for whatever versions of Ubuntu
that depended on that behavior. Not strictly needed but go ahead and
create the user runtime directory with the correct permissions.
2014-05-27 19:26:34 -07:00
..
updates add(129.0.0_python_exec_transition.sh): gracefully upgrade python-exec 2013-11-06 20:14:20 -08:00
enter_chroot.sh fix(sdk-lib): Mount a fresh /run directory. 2014-05-27 19:26:34 -07:00
make_chroot.sh fix(sdk_lib): Test for host file existence before copying. 2014-05-27 17:32:54 -07:00
sdk_util.sh fix(*): Migrate image storage to new buckets 2014-05-21 13:21:07 -07:00