9 lines
207 B
Python
9 lines
207 B
Python
# -*- coding: utf-8; mode: python -*-
|
|
|
|
header("Définition des points de montage pour autofs.")
|
|
|
|
def mount(mntpoint, script):
|
|
print mntpoint, script
|
|
|
|
if has("home"):
|
|
mount("/home", "/etc/auto.home")
|