diff --git a/Bundler/autofs.xml b/Bundler/autofs.xml deleted file mode 100644 index 641b464..0000000 --- a/Bundler/autofs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/Bundler/home.xml b/Bundler/home.xml new file mode 100644 index 0000000..5e16fe5 --- /dev/null +++ b/Bundler/home.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/Metadata/groups.xml b/Metadata/groups.xml index 84bf06a..6e28fdc 100644 --- a/Metadata/groups.xml +++ b/Metadata/groups.xml @@ -31,6 +31,8 @@ + + - + @@ -255,6 +257,7 @@ comment="le serveur sur lequel les adherent peuvent se logger"> + + + + + + + + + + + @@ -401,12 +414,6 @@ - - - - diff --git a/Python/etc/fstab b/Python/etc/fstab index e53fc40..b3e17a8 100644 --- a/Python/etc/fstab +++ b/Python/etc/fstab @@ -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"]);