chiark / gitweb /
udev: ignore temporary udev devices
authorLennart Poettering <lennart@poettering.net>
Sun, 14 Nov 2010 18:24:41 +0000 (19:24 +0100)
committerLennart Poettering <lennart@poettering.net>
Sun, 14 Nov 2010 18:59:10 +0000 (19:59 +0100)
TODO
src/99-systemd.rules

diff --git a/TODO b/TODO
index 09a392f4772606400332a4efcfbbbf2665941922..cb1296950ee45c73a456ae03465cbc32fa9273f0 100644 (file)
--- a/TODO
+++ b/TODO
@@ -56,8 +56,6 @@
 * 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
 
 * man pages for: locale.conf, vconsole.conf modules-load.d
 
 * parse early boot time env var from dracut RD_TIMEOUT, drop RD_xxx
 
-* cryptsetup
-
 * add seperate man page for [Install] settings
 
 * only add quotacheck deps to .mount units which mention grpquota/usrquota in the mount flags
 
-* we now order plymouth after udev-trigger. Can we optimize this?
-
-* drop tmp.mount
-
 * systemctl condrestart should return 0 if service isn't running
 
-* fsck-root.service/start gets queued twice
-
 * tmpfiles: allow specification of .conf files on cmdline
 
 * allow runtime changing of log level and target
 
 * tmpfiles: skip sticky files and after wallclock time change
 
+Pre v12:
+
+* fsck-root.service/start gets queued twice
+
 * pull in 'following' units in transactions
 
 * fix hotplug transactions
 
+* make it possible to wait for device unplug, i.e. issue "stop" on devices
+
 External:
 
 * patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup.
index 470b1a087c3729eea85ad935d154b1674489186a..815c8fd5528c210fb48cfbdf3968c4b91dab35ea 100644 (file)
@@ -7,6 +7,8 @@
 
 ACTION!="add|change", GOTO="systemd_end"
 
+ENV{DM_UDEV_DISABLE_OTHER_RULES_FLAG}=="1", GOTO="systemd_end"
+
 KERNEL=="tty[0-9]|tty1[0-2]", TAG+="systemd"
 KERNEL=="ttyS*", TAG+="systemd"