Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
steam-runtime-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
steamrt
steam-runtime-tools
Commits
efafe2c4
Commit
efafe2c4
authored
4 years ago
by
Simon McVittie
Browse files
Options
Downloads
Patches
Plain Diff
wrap: Document automatic handling of ${runtime}/files/
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
c640195b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#9075
failed
4 years ago
Stage: build
Stage: relocatable-install
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pressure-vessel/wrap.1.md
+8
-4
8 additions, 4 deletions
pressure-vessel/wrap.1.md
with
8 additions
and
4 deletions
pressure-vessel/wrap.1.md
+
8
−
4
View file @
efafe2c4
...
@@ -96,12 +96,16 @@ pressure-vessel-wrap - run programs in a bubblewrap container
...
@@ -96,12 +96,16 @@ pressure-vessel-wrap - run programs in a bubblewrap container
`--runtime`
*PATH*
`--runtime`
*PATH*
: Use
*PATH*
to provide /usr in the container.
: Use
*PATH*
to provide /usr in the container.
If
*PATH*
/usr exists,
*PATH*
is assumed to be a complete sysroot
If
*PATH*
/files/ is a directory,
*PATH*
/files/ is used as the source
of runtime files: this is appropriate for Flatpak-style runtimes that
contain
*PATH*
/files/ and
*PATH*
/metadata. Otherwise,
*PATH*
is used
directly.
If
*PATH*
/files/usr or
*PATH*
/usr exists, the source of runtime files
is assumed to be a complete sysroot
(containing bin/sh, usr/bin/env and many other OS files).
(containing bin/sh, usr/bin/env and many other OS files).
Otherwise,
*PATH*
is assumed to be a merged-/usr environment
Otherwise,
it
is assumed to be a merged-/usr environment
(containing bin/sh, bin/env and many other OS files).
(containing bin/sh, bin/env and many other OS files).
For example, the
`files`
subdirectory of a Flatpak runtime is a
For example, a Flatpak runtime is a suitable value for
*PATH*
.
suitable value for
*PATH*
.
`--runtime-base`
*PATH*
`--runtime-base`
*PATH*
: If
`--runtime`
specifies a relative path, look for it relative
: If
`--runtime`
specifies a relative path, look for it relative
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment