Disable tmpfs for browser htmlcache because chromium crashes

This commit is contained in:
Alex D. 2024-11-08 13:28:06 +00:00
parent 360f74a921
commit 39c021d7d4
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ podman create \
-v 'steam_data:/home/user:U' \ -v 'steam_data:/home/user:U' \
-v "$(realpath ~/Sources/Configs/Steam/userdata)"':/home/user/.local/share/Steam/userdata' \ -v "$(realpath ~/Sources/Configs/Steam/userdata)"':/home/user/.local/share/Steam/userdata' \
-v "$(realpath ~/Sources/Configs/Steam/config)"':/home/user/.local/share/Steam/config' \ -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/' \ -v "$(realpath ~/Media/Games)"':/home/user/gamelib/' \
localhost/caskd/archlinux/steam localhost/caskd/archlinux/steam
#--cap-add=sys_nice \ #--cap-add=sys_nice \