]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO 1748/head
authorKarel Zak <kzak@redhat.com>
Mon, 2 Nov 2015 08:59:27 +0000 (09:59 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 2 Nov 2015 08:59:27 +0000 (09:59 +0100)
- inotify utab has been removed and we use libmount now
- x-systemd.requires= fstab option has been implemented to specify
  dependencies in fstab

TODO

diff --git a/TODO b/TODO
index 8deb00b5979da2cd872d5e621dc14e80e15f1e15..c1dc3921f1a66bd8d81f43bdfdbf33c2884c3f9f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -231,8 +231,6 @@ Features:
 * Find a solution for SMACK capabilities stuff:
   http://lists.freedesktop.org/archives/systemd-devel/2014-December/026188.html
 
-* port libmount hookup to use API's own inotify interface, as soon as that is table in libmount
-
 * "systemctl preset-all" should probably order the unit files it
   operates on lexicographically before starting to work, in order to
   ensure deterministic behaviour if two unit files conflict (like DMs
@@ -561,9 +559,6 @@ Features:
 
 * maybe do not install getty@tty1.service symlink in /etc but in /usr?
 
-* fstab: add new mount option x-systemd-after=/foobar/waldo to allow manual dependencies to other mount points
-  https://bugzilla.redhat.com/show_bug.cgi?id=812826
-
 * print a nicer explanation if people use variable/specifier expansion in ExecStart= for the first word
 
 * mount: turn dependency information from /proc/self/mountinfo into dependency information between systemd units.