You are not logged in.
Hi how can I save the distfiles which are downloaded from pacman centraly on a filesharing server using nfs?
The server runs freebsd-8.2. I am now a little bit unsure what to do.
My questions are now:
Which dir is used for the files which pacman downloads?
What do I have to write in the /etc/exports of the server to give root access to this dir?
Regards
Offline
Which dir is used for the files which pacman downloads?
#CacheDir = /var/cache/pacman/pkg/Offline
What do I have to write in the /etc/exports of the server to give root access to this dir?
no_root_squash
Offline