Page 1 of 1

Specify admin folder during installation?

Posted: Sat Jan 07, 2017 3:45 pm
by mofoster
Is there anyway to specify the default folder / location for the admin user during installation under ubuntu? I have remove the the default usergroup admin, recreated the admin user and set the home folder to /nfs/admin

However after vesta has finished installation, it seems to be changed back to /home/admin again, is there anyway I could change it somehow so it's point to my NFS folder?

TIA! :)

Re: Specify admin folder during installation?

Posted: Sat Jan 07, 2017 4:48 pm
by ScIT
Why not just run the following commands after setup vesta?

Code: Select all

mv /home/admin /nfs/
ln -s /nfs/admin /home/admin
I do not take any responsibility, it is provided as it is.

Re: Specify admin folder during installation?

Posted: Sun Jan 08, 2017 12:09 pm
by mofoster
Thanks, I'll give it a crack :)