Browse Source

Fix cache folder issue

pull/297/head
Xavier Petit 5 years ago
parent
commit
36a3f7ef6f
No known key found for this signature in database
GPG Key ID: CA3F2B17E25ABD26
  1. 1
      scripts/system/etc/gdm3/PostLogin/Default

1
scripts/system/etc/gdm3/PostLogin/Default

@ -46,4 +46,5 @@ temp_path=/mnt/.01/tmp
mkdir -p "$user_path" "$temp_path"
chown -R "$USER":"$USER" "$user_path" "$temp_path"
mount -t overlay -o lowerdir="$HOME",upperdir="$user_path",workdir="$temp_path" overlay "$HOME"
mkdir -p "$HOME"/.cache
mount -t tmpfs -o size=2G tmpfs "$HOME"/.cache

Loading…
Cancel
Save