diff options
author | 2020-10-26 08:25:22 +0200 | |
---|---|---|
committer | 2020-10-26 08:29:59 +0200 | |
commit | 1e6334d771a7f7b7b38c8221a5649f2e81c5ce8a (patch) | |
tree | c4895484fe73d5ca78e2de2e84b957f9885624e4 /app-emulation | |
parent | app-text/llpp: remove old (diff) | |
download | gentoo-1e6334d771a7f7b7b38c8221a5649f2e81c5ce8a.tar.gz gentoo-1e6334d771a7f7b7b38c8221a5649f2e81c5ce8a.tar.bz2 gentoo-1e6334d771a7f7b7b38c8221a5649f2e81c5ce8a.zip |
app-emulation/lxd: revert openrc -> systemd-cgroups fix
- it now breaks openrc -> openrc-cgroups instead. A better solution needs to
be found. Please see
https://wiki.gentoo.org/wiki/LXD#Running_systemd_based_containers_on_OpenRC_hosts
for a workaround, that you can add to your own init.d file if needed.
Bug: https://bugs.gentoo.org/750410
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/lxd/files/lxd-4.0.0.initd | 3 | ||||
-rw-r--r-- | app-emulation/lxd/lxd-4.0.3-r2.ebuild (renamed from app-emulation/lxd/lxd-4.0.3-r1.ebuild) | 0 | ||||
-rw-r--r-- | app-emulation/lxd/lxd-4.0.4-r1.ebuild (renamed from app-emulation/lxd/lxd-4.0.4.ebuild) | 0 |
3 files changed, 0 insertions, 3 deletions
diff --git a/app-emulation/lxd/files/lxd-4.0.0.initd b/app-emulation/lxd/files/lxd-4.0.0.initd index f4206344355a..03ec12e44f56 100644 --- a/app-emulation/lxd/files/lxd-4.0.0.initd +++ b/app-emulation/lxd/files/lxd-4.0.0.initd @@ -18,9 +18,6 @@ start() { modprobe -f loop > /dev/null 2>&1 - # Allow systemd containers to be used on openrc host, #750410 - [ -d /sys/fs/cgroup/systemd ] || ( mkdir -p /sys/fs/cgroup/systemd ; mount -t cgroup -o none,name=systemd systemd /sys/fs/cgroup/systemd ) - # fix permissions on /var/lib/lxd and make sure it exists install -d /var/lib/lxd --group lxd --owner root --mode 0775 start-stop-daemon --start \ diff --git a/app-emulation/lxd/lxd-4.0.3-r1.ebuild b/app-emulation/lxd/lxd-4.0.3-r2.ebuild index fa42646855b0..fa42646855b0 100644 --- a/app-emulation/lxd/lxd-4.0.3-r1.ebuild +++ b/app-emulation/lxd/lxd-4.0.3-r2.ebuild diff --git a/app-emulation/lxd/lxd-4.0.4.ebuild b/app-emulation/lxd/lxd-4.0.4-r1.ebuild index e287cc4458a8..e287cc4458a8 100644 --- a/app-emulation/lxd/lxd-4.0.4.ebuild +++ b/app-emulation/lxd/lxd-4.0.4-r1.ebuild |