Dear Maintainer,
I installed a new machine some time ago, and setup schroot for the first
time on it...
I created a basic configuration in /etc/schroot/chroot.d that is
essentially:
[name]
description=something
directory=/path
users=my_user
Then running `schroot -c name` worked, for some value of worked where
the setup script didn't run and the bind mounts for e.g. /home weren't
there.
The session id is also the plain name of the chroot, not $name-$uid as
it used to be. So I also tried `schroot -b -c name -n foo`, and that
still created a session with the name "name", not "foo".
I tried the version from experimental, which had the same behavior.
Mike