mirror of
https://github.com/clearlinux/rkt.git
synced 2026-09-01 11:26:05 +00:00
This change places per-app environment files in stage1/rootfs/rkt/env/$id The stage1 systemd service files no longer contain Environment directives, instead they simply supply the env file path to diagexec. `rkt enter` also uses diagexec and needs to enter the same enviroment of the app being entered. This commit also modifies the stage1 /enter to supply the env file to its diagexec invocation, giving `rkt enter` an environment consistent with the app's.