summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-01-18 16:39:04 +0100
committerLennart Poettering <lennart@poettering.net>2012-01-18 16:39:04 +0100
commit31ed59c51126fce7d958c188772a397e2a1ed010 (patch)
tree4283457ed50bb46e3cbf86bcc5bb06e1f3479a1a /TODO
parent88f06645623467f9c8db88afca64557d62e38c61 (diff)
tmpfiles: support writing short strings to files, in order to support /sys manipulations at boot time, a la sysctl
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 0c3cc9dec..f3eb8c53d 100644
--- a/TODO
+++ b/TODO
@@ -21,6 +21,8 @@ Bugfixes:
Features:
+* rework namespace support, don't use pivot_root, and mount things after creating the namespace, not before
+
* systemctl journal command
* journalctl: --cursor support, priority filtering
@@ -82,7 +84,6 @@ Features:
* service restart retry configuration
* tmpfiles: apply "x" on "D" too (see patch from William Douglas)
-* tmpfiles: support generation of char/block devices, symlinks and one-line files (think sysfs)
* don't set $HOME in services unless requested