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/base | |
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/base')
-rw-r--r-- | profiles/base/server/container/make.defaults | 5 | ||||
-rw-r--r-- | profiles/base/server/container/parent | 1 |
2 files changed, 6 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 @@ +.. |