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
c01db84e
Commit
c01db84e
authored
Oct 20, 2017
by
Christian Brauner
Committed by
GitHub
Oct 20, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1866 from geaaru/fix-sabayon-unpriv-master
Fix start of Sabayon unprivileged containers
parents
ecc94d76
a254b67c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
lxc-sabayon.in
templates/lxc-sabayon.in
+5
-2
No files found.
templates/lxc-sabayon.in
View file @
c01db84e
...
@@ -39,13 +39,11 @@ readonly LXC_TEMPLATE_CONFIG='@LXCTEMPLATECONFIG@'
...
@@ -39,13 +39,11 @@ readonly LXC_TEMPLATE_CONFIG='@LXCTEMPLATECONFIG@'
readonly
MIRRORS_LIST
=
"
readonly
MIRRORS_LIST
=
"
http://mirror.it.sabayon.org/
http://mirror.it.sabayon.org/
http://dl.sabayon.org/
http://dl.sabayon.org/
http://ftp.kddilabs.jp/Linux/packages/sabayonlinux/
ftp://ftp.klid.dk/sabayonlinux/
ftp://ftp.klid.dk/sabayonlinux/
http://ftp.fsn.hu/pub/linux/distributions/sabayon/
http://ftp.fsn.hu/pub/linux/distributions/sabayon/
http://ftp.cc.uoc.gr/mirrors/linux/SabayonLinux/
http://ftp.cc.uoc.gr/mirrors/linux/SabayonLinux/
http://ftp.rnl.ist.utl.pt/pub/sabayon/
http://ftp.rnl.ist.utl.pt/pub/sabayon/
ftp://ftp.nluug.nl/pub/os/Linux/distr/sabayonlinux/
ftp://ftp.nluug.nl/pub/os/Linux/distr/sabayonlinux/
http://ftp.surfnet.nl/pub/os/Linux/distr/sabayonlinux/
http://mirror.internode.on.net/pub/sabayon/
http://mirror.internode.on.net/pub/sabayon/
http://mirror.yandex.ru/sabayon/
http://mirror.yandex.ru/sabayon/
http://sabayon.c3sl.ufpr.br/
http://sabayon.c3sl.ufpr.br/
...
@@ -295,6 +293,11 @@ lxc.idmap = g 0 ${mapped_gid} 65536
...
@@ -295,6 +293,11 @@ lxc.idmap = g 0 ${mapped_gid} 65536
unprivileged_options
=
"
unprivileged_options
=
"
$unprivileged_options
$unprivileged_options
# Force use of cgroup v1. Currently systemd doesn't support
# correctly cgroup v2. See: https://github.com/lxc/lxc/issues/1669
# about discussion of default-hierarchy option.
lxc.init.cmd = /sbin/init systemd.legacy_systemd_cgroup_controller=yes
# Include common configuration.
# Include common configuration.
lxc.include =
$LXC_TEMPLATE_CONFIG
/sabayon.userns.conf
lxc.include =
$LXC_TEMPLATE_CONFIG
/sabayon.userns.conf
"
"
...
...
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