Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
infra
ansible-shared
client
Merge requests
!5
guest-overlay: Use OverlayFS instead of AuFS
Code
Änderungen prüfen
Branch auschecken
Open in Workspace
Herunterladen
Patches
Unformatierter Diff
Merged
guest-overlay: Use OverlayFS instead of AuFS
overlayfs
into
master
Overview
2
Commits
2
Pipelines
3
Changes
7
Merged
Ciarán McKenna
requested to merge
overlayfs
into
master
3 years ago
Overview
2
Commits
2
Pipelines
3
Changes
7
Expand
0
0
Merge request reports
Viewing commit
d0cff60e
Prev
Next
Show latest version
7 files
+
69
−
79
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
d0cff60e
guest-overlay: Replace pam_mount with systemd units
· d0cff60e
Thomas Schneider
authored
2 years ago
guest-overlay/files/guests-home.mount
0 → 100644
+
10
−
0
Options
[Unit]
Requires=guests-provision.mount guests-temporary.mount guests-temporary-dirs.service
After=guests-provision.mount guests-temporary.mount guests-temporary-dirs.service
[Install]
RequiredBy=user@1000.service
[Mount]
What=none
Where=/guests/home
Type=overlay
Options=lowerdir=/guests/provision,upperdir=/guests/temporary/upper,workdir=/guests/temporary/work
Loading