Merge pull request #2437 from fewtarius/dev
Revert lower:lower overlay configuration.
This commit is contained in:
commit
0d61d02095
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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 - -
|
||||
|
|
Loading…
Reference in a new issue