diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-01-18 16:39:04 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-01-18 16:39:04 +0100 |
commit | 31ed59c51126fce7d958c188772a397e2a1ed010 (patch) | |
tree | 4283457ed50bb46e3cbf86bcc5bb06e1f3479a1a /TODO | |
parent | 88f06645623467f9c8db88afca64557d62e38c61 (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-- | TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |