1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-05 15:21:37 +03:00
systemd/udev
Kay Sievers 1f084fe581 remove "all_partitions" option
We can not predict the major/minor of non-existing devices:
  $ grep . /sys/class/block/sd*/dev
  /sys/class/block/sda1/dev:259:524288
  /sys/class/block/sda2/dev:259:262144
  /sys/class/block/sda3/dev:259:786432
  /sys/class/block/sda4/dev:259:131072
  /sys/class/block/sda/dev:259:0
  /sys/class/block/sdb/dev:259:655360
  /sys/class/block/sdc/dev:259:393216

If this functionality is still needed for some broken hardware, it needs to be
solved with a tool not part of the udev package. Because such option is unreliable
and unsafe to use.
2010-04-13 08:52:48 +02:00
..
.gitignore udev/.gitignore: add udev.pc 2009-06-22 00:33:09 +02:00
test-udev.c remove UDEV_RUN environment variable 2009-12-25 15:23:45 +01:00
udev-event.c log info only if we actually delete the node 2010-04-12 17:13:37 +02:00
udev-node.c remove "all_partitions" option 2010-04-13 08:52:48 +02:00
udev-rules.c remove "all_partitions" option 2010-04-13 08:52:48 +02:00
udev-watch.c use major:minor as entries in watch directory 2010-03-10 18:54:35 +01:00
udev.h unify/cleanup event handling 2010-04-12 15:51:16 +02:00
udev.pc.in udev.pc: add 2009-06-19 19:17:18 +02:00
udev.xml remove "all_partitions" option 2010-04-13 08:52:48 +02:00
udevadm-control.c udevadm: control - remove compat code 2009-09-14 14:29:05 +02:00
udevadm-info.c remove "all_partitions" option 2010-04-13 08:52:48 +02:00
udevadm-monitor.c udevadm: monitor - use / as separator in --subsystem-match=subsystem[/devtype] 2010-03-10 15:00:00 +01:00
udevadm-settle.c unblock signals we might want to handle 2009-10-31 11:53:41 +01:00
udevadm-test.c remove UDEV_RUN environment variable 2009-12-25 15:23:45 +01:00
udevadm-trigger.c udevadm: trigger - switch default action from "add" to "change" 2010-04-12 17:56:32 +02:00
udevadm.c udevadm: logging - copy va_list and do not use it twice 2009-12-25 16:14:22 +01:00
udevadm.xml udevadm: monitor - use / as separator in --subsystem-match=subsystem[/devtype] 2010-03-10 15:00:00 +01:00
udevd.c replace "add|change" with "!remove" 2010-04-12 16:52:41 +02:00
udevd.xml man: fix unused, inaccurate metadata 2009-08-07 14:46:42 +02:00