X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=0e2e2d481b451dcead3f1001353a9abe1a201fe6;hb=24e29480bd800d3acdb3087e5863440bd0dd1d80;hp=3154fbd1654c9651d8e57d2429073f2edbfc4226;hpb=0404c609f399b2092a3de52eef9d75b0dc12e94c;p=elogind.git diff --git a/TODO b/TODO index 3154fbd16..0e2e2d481 100644 --- a/TODO +++ b/TODO @@ -16,8 +16,6 @@ Bugfixes: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details. -* systemctl --root=container/ set-default ... is totally borked. - * sd_bus_unref() is broken regarding self-references and "pseudo thread-safety". See the comment in sd_bus_unref() for more.. @@ -32,9 +30,12 @@ External: Features: +* timer units: actually add extra delays to timer units with high AccuracySec values, don't start them already when we are awake... + * timesyncd: - hookup with networkd: NTP servers from dhcp - hookup with networkd: listen to online/offline state + - run as unpriviliged user * a way for container managers to turn off getty starting via $container_headless= or so... @@ -702,6 +703,11 @@ Features: - patch kernel to support module alias for tunnel device (ipip/sit/gre), then remove remove libkmod dependency and CAP_SYS_MODULE - add veth netdev support (c.f. http://shorewall.net/bridge-Shorewall-perl.html#veth) + - add tun/tap netdev support + +* dhcp: + - export timezone information + - FORCERENEW External: