X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=TODO;h=1c0811e466585a0cfd350da876294c74f5f3e777;hp=5d60bdbbcc658f80810748f4a0e30a33345cd253;hb=f959c5e63a9080cbff42ac4160154f8a6b508e7a;hpb=28dbc1e80b0db09313f11e44f218138aefd646c8 diff --git a/TODO b/TODO index 5d60bdbbc..1c0811e46 100644 --- a/TODO +++ b/TODO @@ -7,6 +7,11 @@ Bugs: * systemctl default is started when we type "reboot" at rescue mode prompt +* mkswap/mke2fs aus cryptsetup unit muss vor dem mounten ausgeführt werden. + +* exclude java hsp files by default + https://bugzilla.redhat.com/show_bug.cgi?id=527425 + Features: * look up crypto partition mount points via fstab to show to the user when prompting for a password @@ -15,17 +20,8 @@ Features: * perhaps add "systemctl reenable" as combination of "systemctl disable" and "systemctl enable" -* need a way to apply mount options of api vfs from systemd unit files instead of fstab - -* udisks should not use udisks-part-id, instead use blkid. also not probe /dev/loopxxx - -* snd-seq should go, https://bugzilla.redhat.com/show_bug.cgi?id=676095 - -* mount.tmpfs should be optimized, https://bugzilla.redhat.com/show_bug.cgi?id=676100 - -* mdmon is irre - -* gnome-shell python script/glxinfo/is-accelerated wech +* need a way to apply mount options of api vfs from systemd unit files + (or some other modern source?) instead of fstab * maybe introduce ExecRestartPre= @@ -42,9 +38,6 @@ Features: * support caching password questions in plymouth and on the console https://bugzilla.redhat.com/show_bug.cgi?id=655538 -* exclude java hsp files by default - https://bugzilla.redhat.com/show_bug.cgi?id=527425 - * load EnvironmentFile= when starting services, not when reloading configuration https://bugzilla.redhat.com/show_bug.cgi?id=661282 @@ -52,14 +45,11 @@ Features: lots of wakeups due to /dev changing when we watch a subdir of /dev. * Support ProcessNeededForShutdown=true to allow stuff like mdmon - to be killed very late after the rootfs is read only + to be killed very late after the rootfs is read only (?) * Integrate "mdadm --wait-clean". Maybe just let SIGTERM to mdmon trigger the needed action -* oneshot services which do not remain: 'exited' instead of 'dead'? - it should be visible in 'systemctl' that they have been run? - * dot output for --test showing the 'initial transaction' * calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445) @@ -114,8 +104,6 @@ Features: * readahead: btrfs/LVM SSD detection -* when processes remain in a service even though the start command failed enter active - * add seperate man page for [Install] settings * only add quotacheck deps to .mount units which mention grpquota/usrquota in the mount flags @@ -124,8 +112,6 @@ Features: * allow runtime changing of log level and target -* global defaults for StandardOuput=xxx - Fedora: * chkconfig → systemd enable/daemon-reload glue @@ -134,6 +120,14 @@ Fedora: External: +* udisks should not use udisks-part-id, instead use blkid. also not probe /dev/loopxxx + +* snd-seq should go, https://bugzilla.redhat.com/show_bug.cgi?id=676095 + +* mount.tmpfs should be optimized, https://bugzilla.redhat.com/show_bug.cgi?id=676100 + +* gnome-shell python script/glxinfo/is-accelerated wech + * make cryptsetup lower --iter-time * patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup.