Gestion des serveurs qui ont tout le /home de monté
darcs-hash:20080209221110-41f88-a3bfaeab9a213cbbdf87052e321ac08ae8b7d334.gz
This commit is contained in:
parent
255c4edf3c
commit
6ff286f369
4 changed files with 25 additions and 13 deletions
|
@ -17,3 +17,6 @@ print metadata.probes["fstab"]
|
|||
if has("nfs"):
|
||||
@# Le nfs
|
||||
mnt("nfs.adm.crans.org:/usr/scripts", "/usr/scripts", "nfs", ["rw"])
|
||||
if has("home-permanent"):
|
||||
# Pour ceux qui accèdent beaucoup aux homes on monte tout le /home
|
||||
mnt("nfs.adm.crans.org:/home", "/home", "nfs", ["rw"]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue