Line 29: |
Line 29: |
| ecryptfs-mount-private | | ecryptfs-mount-private |
| cd /home/username | | cd /home/username |
| + | </pre> |
| + | * copy the .profile outside home to tmp,later back to UNMOUNTED /home/username! |
| + | $sudo cp ~/.profile /tmp # if the User is logged OUT, cause the ecrpyt-mount needs a .profile! |
| + | $sudo mv /tmp/.profile /home/username |
| + | </pre> |
| + | * check correct file rights! |
| + | <pre> |
| + | $sudo ls -l /home/username/.profile |
| </pre> | | </pre> |
| * reboot | | * reboot |