Hi Martin,
On Wed, 2014-11-26 at 05:32 +0100, Martin Kletzander wrote:
>+
>+ # /var contains the mounted image if there is an image:
should be the
>+ # last thing to mount
>+ self.add_bind_mount(source, "/var")
You have the source set from a random value from self.dirs, ACK if you
use "%s/var" % self.dist instead of source.
Nice catch! Pushed them both with that change.
--
Cedric