chiark / gitweb /
systemctl: Fix wrong assertion test
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 6e337e0c12007eddab697e1c24bf3470600ba87d..26e4c5acf38b7834ef86907adfc32ff19ad7a7e6 100644 (file)
--- a/TODO
+++ b/TODO
@@ -13,6 +13,9 @@ Bugfixes:
 
 * properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
 
+* add 'set -e' to scripts in test/
+* make test in test/ work with separate output dir
+
 Fedora 19:
 
 * drop no longer needed modprobe.d udlfb file (it does not belong in /etc anyway)
@@ -49,6 +52,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