diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-07-28 23:43:26 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-08-12 22:39:43 +0200 |
commit | 1af83e7c37bc408678b43add88555e92102d9031 (patch) | |
tree | ef1b54d5395d0964be9479ec61a348a63dc21eec /TODO | |
parent | test: update tests to use new JSON output instead of human readable output (diff) | |
download | systemd-1af83e7c37bc408678b43add88555e92102d9031.tar.xz systemd-1af83e7c37bc408678b43add88555e92102d9031.zip |
update TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -42,9 +42,6 @@ Features: mounting a subdir of the root fs as actual root. This can be used as fstype-agnostic version of btrfs' rootflags=subvol=foobar. -* add --copy-from and --copy-to command to systemd-dissect which copies stuff - in and out of a disk image - * Support ProtectProc= or so, using: https://patchwork.kernel.org/cover/11310197/ * if /usr/bin/swapoff fails due to OOM, log a friendly explanatory message about it @@ -112,10 +109,6 @@ Features: * systemd-path: add ESP and XBOOTLDR path. Add "private" runtime/state/cache dir enum, mapping to $RUNTIME_DIRECTORY, $STATE_DIRECTORY and such -* make "systemd-dissect" an official supported tool, i.e. move to /usr/bin/ and - provide man page. Given that we now have a tool that can generate images like - this, it's useful to have one that can dump contents of them, too. - * All tools that support --root= should also learn --image= so that they can operate on disk images directly. Specifically: bootctl, systemctl, coredumpctl. (Already done: systemd-nspawn, systemd-firstboot, @@ -1153,10 +1146,6 @@ Features: - optionally automatically add FORWARD rules to iptables whenever nspawn is running, remove them when shut down. -* dissect - - refuse mounting over a mount point - - automatically discover .roothash files in dissect, similarly to nspawn - * machined: - add an API so that libvirt-lxc can inform us about network interfaces being removed or added to an existing machine |