Files
rkt/stage1/rootfs/enter
Vito Caputo 310b3e1d7f stage1: set app environment via diagexec instead of systemd
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.
2015-02-04 17:08:58 -08:00
..