summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-02-15 13:09:00 +0100
committerLennart Poettering <lennart@poettering.net>2011-02-15 13:09:00 +0100
commitf959c5e63a9080cbff42ac4160154f8a6b508e7a (patch)
treed4f125d9037ff9e0aa585859c70dc0bcbab32912 /TODO
parent27abbe8251a2614aab549a7a83f752e92d971a6a (diff)
cleanup TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO34
1 files changed, 14 insertions, 20 deletions
diff --git a/TODO b/TODO
index 572816b619..1c0811e466 100644
--- a/TODO
+++ b/TODO
@@ -9,6 +9,9 @@ Bugs:
* 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
@@ -17,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=
@@ -44,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
@@ -54,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)
@@ -116,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
@@ -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.