On Mon, Feb 15, 2010 at 8:15 AM, <[email protected]> wrote: > > Here is my schroot.conf > > [ia32] > description=Debian testing 32bits > directory=/srv/chroot/ia32 > users=arno > root-groups=root > root-users=arno > run-exec-scripts=true >
You've omitted the 'type=' setting which causes the type to default to 'plain'. According to the man page "if run-setup-scripts is set to ‘true’ for ‘plain’ chroots, filesystem mounting is disabled." Your probably want "type=directory". Also, I think your 'directory' setting should be 'location', i.e. 'location=/srv/chroot/ia32'. See man schroot.conf for details. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

