Liar Liar
Subtle way for it to say "get off my lawn, wouter" ? =)
Comment by
xnox
—
fixed ;-)
I: 00check: Untarring chroot environment. This may take a minute or two.
Comment by
Paul Cobbaut (paul_wouterblog@netsec.be)
—
take a minute or two
haha
Comment by
mirabilos
—
you don't need to wait for untarring
I use aufs union mounts on all my chroots so I don't have to deal with untarring:
$ time schroot true
real 0m0.396s
user 0m0.040s
sys 0m0.032s
you just need to add a line with union-type=aufs to the chroot .conf in /etc/schroot/chroot.d/
Comment by
Antonio Terceiro (terceiro@debian.og)
—
Re: you don't need to wait for untarring
Unfortunately, that doesn't work on machines where I don't have root (like the Debian.org porter machines)...
Comment by
wouter
—
Re: you don
Yes, someone should make it work then or add support for unionfs-fuse. Might help. Having to wait is just annoying.
Comment by
Julian Andres Klode (jak@debian.org)
—
I use aufs union mounts on all my chroots so I don't have to deal with untarring:
$ time schroot true
real 0m0.396s user 0m0.040s sys 0m0.032s
you just need to add a line with
union-type=aufs
to the chroot .conf in /etc/schroot/chroot.d/