Oui, bon, ok.
This commit is contained in:
parent
f667cafe79
commit
516dbb02e4
1 changed files with 1 additions and 1 deletions
|
@ -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"]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue