diff options
author | Daniel Baumann <daniel.baumann@progress-technologies.net> | 2010-12-28 21:32:51 +0100 |
---|---|---|
committer | Daniel Lezcano <dlezcano@fr.ibm.com> | 2010-12-28 21:32:51 +0100 |
commit | 9116540be492f01e6d6e7fb025f014e7f6adad42 (patch) | |
tree | 586fdddf1f6a914fd151298f99f6cfc6ae173575 | |
parent | Duplicate lxc-debian to lxc-lenny (diff) | |
download | lxc-9116540be492f01e6d6e7fb025f014e7f6adad42.tar.gz lxc-9116540be492f01e6d6e7fb025f014e7f6adad42.tar.bz2 lxc-9116540be492f01e6d6e7fb025f014e7f6adad42.zip |
Setting default suite to squeeze in debian template.
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
-rw-r--r-- | templates/lxc-debian.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in index a0cde81..463d87f 100644 --- a/templates/lxc-debian.in +++ b/templates/lxc-debian.in @@ -20,7 +20,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -SUITE=${SUITE:-lenny} +SUITE=${SUITE:-squeeze} configure_debian() { |