diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2015-04-28 15:07:21 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-05-01 09:04:07 -0500 |
commit | c709e6077c6eda3f4f7e7222298213413254ee0f (patch) | |
tree | 3cf552342888f64b12a41fc462c0715f3012fd2a /etc/rc.conf.Linux | |
parent | a27d577da8cf4f1c7f9784a043ecf02d71a81ca6 (diff) |
Add support for systemd-nspawn containers
This adds support for running OpenRC in a container created by
the systemd-nspawn utility.
This fixes #52.
X-Gentoo-Bug: 548058
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=548058
Diffstat (limited to 'etc/rc.conf.Linux')
-rw-r--r-- | etc/rc.conf.Linux | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/etc/rc.conf.Linux b/etc/rc.conf.Linux index 79bd9713..a8ad58b1 100644 --- a/etc/rc.conf.Linux +++ b/etc/rc.conf.Linux @@ -2,14 +2,15 @@ # LINUX SPECIFIC OPTIONS # This is the subsystem type. Valid options on Linux: -# "" - nothing special -# "lxc" - Linux Containers -# "openvz" - Linux OpenVZ -# "prefix" - Prefix -# "uml" - Usermode Linux -# "vserver" - Linux vserver -# "xen0" - Xen0 Domain -# "xenU" - XenU Domain +# "" - nothing special +# "lxc" - Linux Containers +# "openvz" - Linux OpenVZ +# "prefix" - Prefix +# "uml" - Usermode Linux +# "vserver" - Linux vserver +# "systemd-nspawn" - Container created by the systemd-nspawn utility +# "xen0" - Xen0 Domain +# "xenU" - XenU Domain # If this is commented out, automatic detection will be used. # # This should be set to the value representing the environment this file is |