Hello Antonio, Antonio Terceiro [2017-07-21 22:11 -0300]: > +# lxc templates for debian and ubuntu differ; ubuntu uses > +# $RELEASE/rootfs-$ARCH, while debian uses debian/rootfs-$RELEASE-$ARCH > +CACHE="$RELEASE" > +if [ "$DISTRO" = debian ]; then > + CACHE=debian > +fi > + Thanks! Applied to git. Martin