diff options
author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2020-05-01 08:17:08 +0100 |
---|---|---|
committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2020-05-01 08:17:08 +0100 |
commit | 181a4c7b98044b9022b77f7f4e0e08cad396b180 (patch) | |
tree | e9c7fd41da9dab47ccafaeb5a985b1b490e5bb04 /profiles | |
parent | libxml2 python support needed by deps of Bugzilla (diff) | |
download | portage-181a4c7b98044b9022b77f7f4e0e08cad396b180.tar.bz2 portage-181a4c7b98044b9022b77f7f4e0e08cad396b180.tar.xz portage-181a4c7b98044b9022b77f7f4e0e08cad396b180.zip |
Add container profile
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/server/container/make.defaults | 5 | ||||
-rw-r--r-- | profiles/base/server/container/parent | 1 | ||||
-rw-r--r-- | profiles/profiles.desc | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/profiles/base/server/container/make.defaults b/profiles/base/server/container/make.defaults new file mode 100644 index 0000000..338a346 --- /dev/null +++ b/profiles/base/server/container/make.defaults @@ -0,0 +1,5 @@ +USE="ischroot minimal -vim-pager -ldap -cron -caps -tools -icu resolvconf" +PORTAGE_TMPDIR="/tmp" +DISTDIR="/tmp" +PORTAGE_RO_DISTDIRS="${PORTDIR}/distfiles" +UPDATESTATEDIR=/tmp diff --git a/profiles/base/server/container/parent b/profiles/base/server/container/parent new file mode 100644 index 0000000..f3229c5 --- /dev/null +++ b/profiles/base/server/container/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 114f642..c6e6403 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -1,2 +1,3 @@ amd64 base/server stable amd64 base/workstation stable +amd64 base/server/container stable |