Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
f6267d90
Commit
f6267d90
authored
Nov 10, 2011
by
Alexander Vladimirov
Committed by
dlezcano
Nov 10, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add lxc-archlinux template
Hi, here's the patch which adds Arch linux container template Signed-off-by:
Daniel Lezcano
<
dlezcano@fr.ibm.com
>
parent
93718f95
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletion
+4
-1
.gitignore
.gitignore
+1
-0
configure.ac
configure.ac
+1
-0
Makefile.am
templates/Makefile.am
+2
-1
lxc-archlinux.in
templates/lxc-archlinux.in
+0
-0
No files found.
.gitignore
View file @
f6267d90
...
...
@@ -33,6 +33,7 @@ templates/lxc-fedora
templates/lxc-altlinux
templates/lxc-sshd
templates/lxc-busybox
templates/lxc-archlinux
src/lxc/lxc-attach
src/lxc/lxc-cgroup
...
...
configure.ac
View file @
f6267d90
...
...
@@ -145,6 +145,7 @@ AC_CONFIG_FILES([
templates/lxc-fedora
templates/lxc-altlinux
templates/lxc-sshd
templates/lxc-archlinux
src/Makefile
src/lxc/Makefile
...
...
templates/Makefile.am
View file @
f6267d90
...
...
@@ -8,4 +8,5 @@ templates_SCRIPTS = \
lxc-fedora
\
lxc-altlinux
\
lxc-busybox
\
lxc-sshd
lxc-sshd
\
lxc-archlinux
templates/lxc-archlinux.in
0 → 100644
View file @
f6267d90
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment