- with open("/etc/schroot/chroot.d/user-"+name, "w") as f:
- print >>f, """[user-{0}]
+ with open("/etc/schroot/chroot.d/schsh-"+name, "w") as f:
+ print >>f, """[schsh-{0}]
print >>f, """# <file system> <mount point> <type> <options> <dump> <pass>
/bin \t/bin \tnone \trw,bind \t0 \t0
/lib \t/lib \tnone \trw,bind \t0 \t0
print >>f, """# <file system> <mount point> <type> <options> <dump> <pass>
/bin \t/bin \tnone \trw,bind \t0 \t0
/lib \t/lib \tnone \trw,bind \t0 \t0