Specify admin folder during installation?
Specify admin folder during installation?
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! :)
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?
Why not just run the following commands after setup vesta?
I do not take any responsibility, it is provided as it is.
Code: Select all
mv /home/admin /nfs/
ln -s /nfs/admin /home/admin
Re: Specify admin folder during installation?
Thanks, I'll give it a crack :)