diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-02-25 01:47:31 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-02-25 01:47:31 +0100 |
commit | c904f64d84db8c4eebedf210ba10893f19ba05ed (patch) | |
tree | 4c3d73acb9c6aa32d073107b8dd262a8c48a4334 /TODO | |
parent | 8e20e31a65ec9e637abf3821087946e9160001ac (diff) |
label: udev might be making changes in /dev while we iterate through it
Also, there are most likely dead symlinks in there, so let's ignore
ENOENT when we relabel.
https://bugzilla.redhat.com/show_bug.cgi?id=680169
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,7 @@ F15: +* swap units that are activated by one name but shown in the kernel under another are semi-broken + * dep cycle basic → udev-retry → auditd → iptables → basic * isolate multi-user.target doesn't start a getty@tty1 if we run it from graphical.target @@ -19,7 +21,11 @@ F15: * Make systemd-cryptsetup cancellable -* udev should be able to upgrade its database on its own +* add fstab fields to add wait timeouts, change Wants to Requires by local-fs.target + +* hook emergency.target into local-fs.target in some way as OnFailure with isolate + +* convince Karel to give us our own mount option prefix Features: |