Disable tmpfs for browser htmlcache because chromium crashes
This commit is contained in:
parent
360f74a921
commit
39c021d7d4
|
@ -18,7 +18,6 @@ podman create \
|
|||
-v 'steam_data:/home/user:U' \
|
||||
-v "$(realpath ~/Sources/Configs/Steam/userdata)"':/home/user/.local/share/Steam/userdata' \
|
||||
-v "$(realpath ~/Sources/Configs/Steam/config)"':/home/user/.local/share/Steam/config' \
|
||||
--mount 'type=tmpfs,dst=/home/user/.local/share/Steam/config/htmlcache' \
|
||||
-v "$(realpath ~/Media/Games)"':/home/user/gamelib/' \
|
||||
localhost/caskd/archlinux/steam
|
||||
#--cap-add=sys_nice \
|
||||
|
|
Loading…
Reference in New Issue