Merge pull request #2437 from fewtarius/dev

Revert lower:lower overlay configuration.
This commit is contained in:
fewtarius 2023-11-27 22:15:48 -05:00 committed by GitHub
commit 0d61d02095
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -7,7 +7,7 @@ DefaultDependencies=no
What=none
Where=/storage/roms
Type=overlay
Options=lowerdir=/storage/games-internal:/storage/games-external
Options=lowerdir=/storage/games-external,upperdir=/storage/games-internal,workdir=/storage/.tmp/games-workdir
[Install]
WantedBy=jelos.target

View file

@ -2,6 +2,7 @@
# Copyright (C) 2021-present 351ELEC (https://github.com/351ELEC)
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
d /storage/.tmp/games-workdir 0777 root root - -
d /storage/games-internal 0777 root root - -
d /storage/games-external 0777 root root - -
d /storage/roms 0777 root root - -