Browse Source

Always use the same overlayFS directory for student

content-update
Xavier Petit 5 years ago
parent
commit
c30df90a2f
No known key found for this signature in database
GPG Key ID: CA3F2B17E25ABD26
  1. 2
      scripts/system/etc/gdm3/PostLogin/Default

2
scripts/system/etc/gdm3/PostLogin/Default

@ -40,7 +40,7 @@ else
mount -o noatime,nobarrier /dev/disk/by-partlabel/01-tmp-home /mnt
fi
user_path=/mnt/.01/"$USER"
user_path=/mnt/.01/user
temp_path=/mnt/.01/tmp
mkdir -p "$user_path" "$temp_path"

Loading…
Cancel
Save