diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-05-05 22:48:57 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-05-06 00:07:00 +0200 |
commit | d89e647542a6ceeefac15fbe8e193de7418bf449 (patch) | |
tree | 5ba4aea40b22b6a3fcbed9489a9606bcf25413f3 /TODO | |
parent | man: document that nspawn -x, --template= and machinectl clone leave hostname... (diff) | |
download | systemd-d89e647542a6ceeefac15fbe8e193de7418bf449.tar.xz systemd-d89e647542a6ceeefac15fbe8e193de7418bf449.zip |
update TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -49,10 +49,14 @@ Before 220: * introduce argv0array= -* be stricter when validating slice names +* rework log_unit_error() to always prefix output with unit name Features: +* networkd: dhcp server: try to assign stable IP addresses based on client's MAC address + +* nspawn: a nice way to boot up without machine id set, so that it is set at boot automatically for supporting --ephemeral. Maybe hash the host machine id together with the machine name to generate the machine id for the container + * logind: rename session scope so that it includes the UID. THat way the session scope can be arranged freely in slices and we don't have make assumptions about their slice anymore. |