mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-05 01:42:33 +00:00
lxc-download: Bump compat to 2 after OpenSUSE
OpenSUSE is now ready for the download template in the master branch, however it's not going to be compatible with older LXC as they lack the needed config files, so bump the compat level to 2 to indicate that the current lxc-download can deal with the current OpenSUSE containers. Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
18aa217bb1
commit
ce7aee4d91
@ -28,7 +28,7 @@ LXC_TEMPLATE_CONFIG="@LXCTEMPLATECONFIG@"
|
||||
# Defaults
|
||||
DOWNLOAD_ARCH=
|
||||
DOWNLOAD_BUILD=
|
||||
DOWNLOAD_COMPAT_LEVEL=1
|
||||
DOWNLOAD_COMPAT_LEVEL=2
|
||||
DOWNLOAD_DIST=
|
||||
DOWNLOAD_FLUSH_CACHE="false"
|
||||
DOWNLOAD_FORCE_CACHE="false"
|
||||
|
Loading…
Reference in New Issue
Block a user