[systemd-commits] 2 commits - TODO man/systemd-nspawn.xml

Lennart Poettering lennart at kemper.freedesktop.org
Mon Jan 28 16:44:44 PST 2013


 TODO                   |    4 ++++
 man/systemd-nspawn.xml |    7 ++++---
 2 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit 390b5e558c8d1fc550386f52969ee8dc256e9b3d
Author: Lennart Poettering <lennart at poettering.net>
Date:   Tue Jan 29 01:44:39 2013 +0100

    TODO

diff --git a/TODO b/TODO
index 6e337e0..3e2ff8b 100644
--- a/TODO
+++ b/TODO
@@ -49,6 +49,10 @@ Fedora 19:
 
 Features:
 
+* nspawn: investigate whether we can support the same as LXC's
+  lxc.network.type=phys mode, and pass through entire network
+  interfaces to the container
+
 * merge service_kill() logic into unit_kill_context() and unify the code paths
 
 * when auto-detecting the main pid of a service, only look for those processes with ppid == 1

commit 4d62fb4298a5904a53f484636c91540d08f68765
Author: Lennart Poettering <lennart at poettering.net>
Date:   Tue Jan 29 01:44:33 2013 +0100

    man: mention pacman at the top of the nspawn man page, too

diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml
index 834e2cc..554637d 100644
--- a/man/systemd-nspawn.xml
+++ b/man/systemd-nspawn.xml
@@ -93,9 +93,10 @@
                 container.</para>
 
                 <para>Use a tool like
-                <citerefentry><refentrytitle>yum</refentrytitle><manvolnum>8</manvolnum></citerefentry>
-                or
+                <citerefentry><refentrytitle>yum</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
                 <citerefentry><refentrytitle>debootstrap</refentrytitle><manvolnum>8</manvolnum></citerefentry>
+                or
+                <citerefentry><refentrytitle>pacman</refentrytitle><manvolnum>8</manvolnum></citerefentry>
                 to set up an OS directory tree suitable as file system
                 hierarchy for <command>systemd-nspawn</command>
                 containers.</para>
@@ -344,7 +345,7 @@
                         <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
                         <citerefentry><refentrytitle>chroot</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
                         <citerefentry><refentrytitle>yum</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
-                        <citerefentry><refentrytitle>debootstrap</refentrytitle><manvolnum>8</manvolnum></citerefentry>
+                        <citerefentry><refentrytitle>debootstrap</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
                         <citerefentry><refentrytitle>pacman</refentrytitle><manvolnum>8</manvolnum></citerefentry>
                 </para>
         </refsect1>



More information about the systemd-commits mailing list