forked from neil/lxc-templates
38 lines
862 B
Makefile
38 lines
862 B
Makefile
|
templatesconfigdir=@LXCTEMPLATECONFIG@
|
||
|
|
||
|
templatesconfig_DATA = \
|
||
|
alpine.common.conf \
|
||
|
alpine.userns.conf \
|
||
|
archlinux.common.conf \
|
||
|
archlinux.userns.conf \
|
||
|
centos.common.conf \
|
||
|
centos.userns.conf \
|
||
|
debian.common.conf \
|
||
|
debian.userns.conf \
|
||
|
fedora.common.conf \
|
||
|
fedora.userns.conf \
|
||
|
gentoo.common.conf \
|
||
|
gentoo.moresecure.conf \
|
||
|
gentoo.userns.conf \
|
||
|
opensuse.common.conf \
|
||
|
opensuse.userns.conf \
|
||
|
oracle.common.conf \
|
||
|
oracle.userns.conf \
|
||
|
plamo.common.conf \
|
||
|
plamo.userns.conf \
|
||
|
slackware.common.conf \
|
||
|
slackware.userns.conf \
|
||
|
ubuntu-cloud.common.conf \
|
||
|
ubuntu-cloud.lucid.conf \
|
||
|
ubuntu-cloud.userns.conf \
|
||
|
ubuntu.common.conf \
|
||
|
ubuntu.lucid.conf \
|
||
|
ubuntu.userns.conf \
|
||
|
openwrt.common.conf \
|
||
|
sparclinux.common.conf \
|
||
|
sparclinux.userns.conf \
|
||
|
voidlinux.common.conf \
|
||
|
voidlinux.userns.conf \
|
||
|
sabayon.common.conf \
|
||
|
sabayon.userns.conf
|