Oui, bon, ok.

This commit is contained in:
Pierre-Elliott Bécue 2015-04-02 19:55:19 +02:00
parent f667cafe79
commit 516dbb02e4

View file

@ -24,5 +24,5 @@ if has("nfs"):
# Pour ceux qui accedent beaucoup aux homes on monte tout le /home
mnt("nfs.adm.crans.org:/home-adh", "/home", "nfs", ["rw"]);
if has("o2"):
for partition in string.lowercase + ['logs', 'mail']:
for partition in [lettre for lettre in string.lowercase] + ['logs', 'mail']:
mnt("nfs.adm.crans.org:/home-adh/%s" % (partition,), "/home/%s" % (partition,), "nfs", ["rw"]);