From 5d19e0effa417d45c19ffbf17665f95c2c15a6ff Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Mon, 26 Feb 2024 20:07:24 +0000 Subject: [PATCH] pv-wrap(1): Document --devel Signed-off-by: Simon McVittie <smcv@collabora.com> --- pressure-vessel/wrap.1.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pressure-vessel/wrap.1.md b/pressure-vessel/wrap.1.md index b86dd347c..a4289e671 100644 --- a/pressure-vessel/wrap.1.md +++ b/pressure-vessel/wrap.1.md @@ -51,6 +51,12 @@ pressure-vessel-wrap - run programs in a bubblewrap container This debugging option will make **pressure-vessel-wrap** slightly slower, but makes it easier to compare log files. +`--devel` +: Run in a mode that enables experimental or developer-oriented features. + Please see + [Steam Linux Runtime - guide for game developers](https://gitlab.steamos.cloud/steamrt/steam-runtime-tools/-/blob/main/docs/slr-for-game-developers.md#developer-mode) + for more details of the precise meaning of this option. + `--env-if-host` *VAR=VAL* : If *COMMAND* is run with `/usr` from the host system, set environment variable *VAR* to *VAL*. If not, leave *VAR* unchanged. @@ -314,6 +320,10 @@ The following environment variables (among others) are read by : If set to `1`, equivalent to `--deterministic`. If set to `0`, no effect. +`PRESSURE_VESSEL_DEVEL` (boolean) +: If set to `1`, equivalent to `--devel`. + If set to `0`, no effect. + `PRESSURE_VESSEL_FILESYSTEMS_RO` (`:`-separated list of paths) : Make these paths available read-only inside the container if they exist, similar to `--filesystem` but read-only. @@ -643,4 +653,9 @@ or significant Steam integration. In the resulting **xterm**(1), you can explore the container interactively, then type `"$@"` (including the double quotes) to run the game itself. +# SEE ALSO + +* <https://gitlab.steamos.cloud/steamrt/steam-runtime-tools/-/blob/main/docs/container-runtime.md> +* <https://gitlab.steamos.cloud/steamrt/steam-runtime-tools/-/blob/main/docs/slr-for-game-developers.md> + <!-- vim:set sw=4 sts=4 et: --> -- GitLab