[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: schroot and automount



On Mon, Feb 15, 2010 at 8:15 AM,  <arenevier@fdn.fr> 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.


Reply to: