1
0
mirror of https://github.com/lxc/lxc-templates.git synced 2024-12-22 06:20:13 +00:00
Old style template scripts for LXC (prefer distrobuilder)
Go to file
Mathias Gibbens 0f383bc13b
Update the list of Debian releases that work out of the box
It is still possible to create containers for jessie and stretch, although you
need to manually specify the archive mirror and keyring:

    lxc-create -t debian -n stretch -- -r stretch \
      --mirror=http://archive.debian.org/debian \
      --keyring=/usr/share/keyrings/debian-archive-removed-keys.gpg

While the jessie container starts up, it doesn't automatically get an IP -- I
didn't perform any further investigation. stretch works just fine.

Debian releases wheezy and earlier fail to create the container in various ways.

This commit just changes the presented list of releases; there is some existing
logic for handling archived releases, but I didn't want to risk breaking things
by tinkering with the existing code.

Signed-off-by: Mathias Gibbens <gibmat@debian.org>
2024-02-10 00:07:15 +00:00
.github/workflows github: Update for main branch 2023-07-24 11:14:26 -04:00
config Added devuan and kali references to makefiles and fixed lxc-kali.in permissions 2020-07-07 09:45:08 +02:00
templates Update the list of Debian releases that work out of the box 2024-02-10 00:07:15 +00:00
AUTHORS initial commit 2018-02-21 18:15:08 +01:00
autogen.sh initial commit 2018-02-21 18:15:08 +01:00
configure.ac configure.ac: generate lxc-* as executable 2022-04-10 06:31:35 -03:00
CONTRIBUTING initial commit 2018-02-21 18:15:08 +01:00
COPYING initial commit 2018-02-21 18:15:08 +01:00
INSTALL initial commit 2018-02-21 18:15:08 +01:00
MAINTAINERS initial commit 2018-02-21 18:15:08 +01:00
Makefile.am Don't install empty directories 2024-01-27 15:19:58 +00:00
NEWS initial commit 2018-02-21 18:15:08 +01:00
README initial commit 2018-02-21 18:15:08 +01:00