initial commit

This commit is contained in:
josephsmendoza
2024-06-10 04:33:42 -07:00
commit 22893de93a
12 changed files with 843 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[Unit]
Description=Usr Overlay (SteamOS-RW)
Requires=var-lib-overlays-usr.mount
After=var-lib-overlays-usr.mount
PartOf=steamos-rw.target
[Mount]
Where=/usr
What=steamos-rw
Type=overlay
Options=lowerdir=/usr,upperdir=/var/lib/overlays/usr/upper,workdir=/var/lib/overlays/usr/work
LazyUnmount=true
[Install]
WantedBy=sysinit.target
RequiredBy=steamos-rw.target