X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=205aaa55116ff9bab91edfd64df005d0a3b68ec6;hb=3d85f7e02aae952cc9f8d0fc1a50b8c112c2c9b5;hp=6e337e0c12007eddab697e1c24bf3470600ba87d;hpb=81d112a8f0522a09fcfe317f420363a2b728137c;p=elogind.git diff --git a/TODO b/TODO index 6e337e0c1..205aaa551 100644 --- a/TODO +++ b/TODO @@ -3,8 +3,6 @@ Bugfixes: * swap units that are activated by one name but shown in the kernel under another are semi-broken -* make anaconda write timeout=0 for encrypted devices - * Dangling symlinks of .automount unit files in .wants/ directories, set up automount points even when the original .automount file did not exist anymore. Only the .mount unit was still around. @@ -13,7 +11,13 @@ Bugfixes: * properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point. +* add 'set -e' to scripts in test/ +* make test in test/ work with separate output dir + +* suppress log output on shutdown when "quiet" is used + Fedora 19: +* make anaconda write timeout=0 for encrypted devices * drop no longer needed modprobe.d udlfb file (it does not belong in /etc anyway) @@ -47,8 +51,26 @@ Fedora 19: - localectl: add listing support for X11 keymaps, by parsing /usr/share/X11/xkb/rules/xorg.lst - localectl: support new converted x11→console keymaps +* The tag "seat-master" in udev is badly named, as it might conflict with + actual seat names. + Features: +* We should not set KDSKBMODE to K_UNICODE in vconsole-setup if the + kbd is currently in raw/off state. + +* Honour "-" for InaccessibleDirectories= and ReadOnlyDirectories= to + suppress errors of the specified path doesn't exist + +* dev-setup.c: when running in a container, create a tiny stub udev + database with the systemd tag set for all network interfaces found, + so that libudev reports them as present, and systemd's .device units + will be activated. + +* nspawn: investigate whether we can support the same as LXC's + lxc.network.type=phys mode, and pass through entire network + interfaces to the container + * merge service_kill() logic into unit_kill_context() and unify the code paths * when auto-detecting the main pid of a service, only look for those processes with ppid == 1 @@ -252,9 +274,6 @@ Features: https://bugs.freedesktop.org/show_bug.cgi?id=54982 - when key file cannot be found, read it from kbd in cryptsetup -* instantiated [Install] for target units - https://bugs.freedesktop.org/show_bug.cgi?id=54377 - * move debug shell to tty6 and make sure this doesn't break the gettys on tty6 * hw watchdog: optionally try to use the preset watchdog timeout instead of always overriding it