update TODO

This commit is contained in:
Lennart Poettering 2015-01-07 18:00:38 +01:00
parent dbda6dce3d
commit 6ce02c2a3a
1 changed files with 9 additions and 3 deletions

12
TODO
View File

@ -29,16 +29,22 @@ External:
* When lz4 gets an API for lz4 command output, make use of it to
compress coredumps in a way compatible with /usr/bin/lz4.
Features:
Release 219 preparations:
* support mbr raw disk images in systemd-nspawn, so that we can boot fedora cloud images unmodified
* support mbr raw disk images in systemd-nspawn, so that we can boot
fedora cloud images unmodified (change suffix for search for files
.gpt → .raw).
* rework sigbus stuff to use mutex
* dkr import hash verification
* rework journald sigbus stuff to use mutex
* create importd daemon, move "systemd-import" tool into machinectl
* change default container location from /var/lib/container to /var/lib/machines
Features:
* nspawn: when start a container "foobar" look for its configuration in a file "foobar.nspawn" in /etc/systemd/nspawn/ as well as next to the actualy directory or image to boot
* Port various tools to make use of verbs.[ch], where applicable