Commit f6267d90 by Alexander Vladimirov Committed by dlezcano

add lxc-archlinux template

Hi, here's the patch which adds Arch linux container template Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 93718f95
...@@ -33,6 +33,7 @@ templates/lxc-fedora ...@@ -33,6 +33,7 @@ templates/lxc-fedora
templates/lxc-altlinux templates/lxc-altlinux
templates/lxc-sshd templates/lxc-sshd
templates/lxc-busybox templates/lxc-busybox
templates/lxc-archlinux
src/lxc/lxc-attach src/lxc/lxc-attach
src/lxc/lxc-cgroup src/lxc/lxc-cgroup
......
...@@ -145,6 +145,7 @@ AC_CONFIG_FILES([ ...@@ -145,6 +145,7 @@ AC_CONFIG_FILES([
templates/lxc-fedora templates/lxc-fedora
templates/lxc-altlinux templates/lxc-altlinux
templates/lxc-sshd templates/lxc-sshd
templates/lxc-archlinux
src/Makefile src/Makefile
src/lxc/Makefile src/lxc/Makefile
......
...@@ -8,4 +8,5 @@ templates_SCRIPTS = \ ...@@ -8,4 +8,5 @@ templates_SCRIPTS = \
lxc-fedora \ lxc-fedora \
lxc-altlinux \ lxc-altlinux \
lxc-busybox \ lxc-busybox \
lxc-sshd lxc-sshd \
lxc-archlinux
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment