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

Re: schroot and automount



Andrew Malcolmson <andmalc@gmail.com> wrote:
> 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".

Thanks a lot, I missed that one :)

> Also, I think your 'directory'
> setting should be 'location', i.e. 'location=/srv/chroot/ia32'.  See
> man schroot.conf for details.

actually, location seems to be deprecated, while directory does not print
warnings.

09:26 ~ % LANG=C schroot -c ia32
W: line 15 [ia32]: Deprecated key 'location' used
I: This option will be removed in the future; please update your configuration


regards
arno


Reply to: