diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-04-11 17:27:11 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-04-11 17:27:11 +0200 |
commit | 70a399c43a293cc4864c4e9421e265a64305cdc5 (patch) | |
tree | 618510122546a7d40632415484563b41eed534ba /TODO | |
parent | 2270dfb852eacd984fb49ce6bc83a38fe652a063 (diff) | |
parent | e01ff70a77e781734e1e73a2238af2e9bf7967a8 (diff) |
Merge pull request #3014 from msekletar/nspawn-empty-machine-id-v3
nspawn: always setup machine id (v3)
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -564,8 +564,6 @@ Features: - to allow "linking" of nspawn containers, extend --network-bridge= so that it can dynamically create bridge interfaces that are refcounted by the containers on them. For each group of containers to link together - - refuses to boot containers without /etc/machine-id (OK?), and with empty - /etc/machine-id (not OK). - nspawn -x should support ephemeral instances of gpt images - emulate /dev/kmsg using CUSE and turn off the syslog syscall with seccomp. That should provide us with a useful log buffer that |