X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=7de0ebb7013114753ed82ed6f1e4eafcfc6b2adc;hb=e17fb72914e328f962e5df1bf88f301c0e7fa6e1;hp=8e0af57464874570d5757bb201d4f4696e109126;hpb=9fe117ea5ac7e8fc36312324c7fdc851adff59f3;p=elogind.git diff --git a/TODO b/TODO index 8e0af5746..7de0ebb70 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,6 @@ * check if bind mounts work: https://bugzilla.novell.com/show_bug.cgi?id=652762 -* /lib/systemd/system/tmp.mount conflicts with possible unrelated - fstab entry - * oneshot services which do not remain: 'exited' instead of 'dead'? it should be visible in 'systemctl' that they have been run @@ -37,8 +34,6 @@ * if a service fails too often, make the service enter failed mode, and the socket, too. -* bash completion a la gdbus - * systemctl list-jobs - show dependencies * accountsservice is borked @@ -47,8 +42,6 @@ * add systemctl switch to dump transaction without executing it -* system.conf/session.conf man page - * suspend, resume * systemctl auto-pager a la git @@ -58,32 +51,32 @@ * start getty 2-6 only when actual vt switch happens (same model as socket on-demand activation) -* ask-password: find way to disable wall agent where tty agent is running - * readahead: btrfs/LVM SSD detection -* document locale.conf, vconsole.conf and possibly the tempfiles.d and modules-load.d mechanism. +* man pages for: modules-load.d, /etc/os-release * when processes remain in a service even though the start command failed enter active -* fix plymouth socket name, when plymouth started to use a clean one +* add seperate man page for [Install] settings -* parse early boot time env var from dracut RD_TIMEOUT, drop RD_xxx +* only add quotacheck deps to .mount units which mention grpquota/usrquota in the mount flags -* cryptsetup +* systemctl condrestart should return 0 if service isn't running -* add seperate man page for [Install] settings +* tmpfiles: allow specification of .conf files on cmdline -* only add quotacheck deps to .mount units which mention grpquota/usrquota in the mount flags +* allow runtime changing of log level and target -* we now order plymouth after udev-trigger. Can we optimize this? +* automatically determine TERM= based on tty name even for /dev/console -* drop tmp.mount +* fix hotplug transactions -* systemctl condrestart should return 0 if service isn't running +* isolate multi-user.target doesn't start a getty@tty1 if we run it from graphical.target External: +* make cryptsetup lower --iter-time + * patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup. * patch kernel for cpu feature modalias for autoloading aes/kvm/...