1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-11-01 00:51:08 +03:00
Commit Graph

2334 Commits

Author SHA1 Message Date
Roy Marples
064360cde8 Makefile: do not require GNU install 2008-03-15 00:02:39 +01:00
Kay Sievers
0ea5e96edb extend hack to allow TEST=="*/start" 2008-03-14 23:40:06 +01:00
Kay Sievers
544c2923db sysfs: depend on "subsystem" link 2008-03-14 23:32:45 +01:00
Kay Sievers
caea9fcf56 test: add "subsystem" links to all devices 2008-03-14 23:19:12 +01:00
Kay Sievers
58cfbcaea1 persistent device naming: also run on "change" event 2008-03-14 23:18:19 +01:00
Kay Sievers
9138bcba99 rules_generator: add KERNEL=="<netifname>*" to generated rules
Some boxes, like the PS3, have multiple independent hardware
interfaces, all sharing the same MAC address. If they have
different interface names base names, we can distinguish them
that way.
2008-03-13 16:31:14 +01:00
Kay Sievers
5ee7ecfb0f hack to allow ATTR{block/*/uevent}="change" 2008-03-13 16:00:25 +01:00
Harald Hoyer
025d3cc960 rules: do not set GROUP="disk" for scanners 2008-03-13 15:59:02 +01:00
Harald Hoyer
0d57399d92 rules: Fedora update 2008-03-13 15:57:33 +01:00
Kay Sievers
35ea39e277 selinux: set context for real file name not the temp name 2008-03-13 15:54:21 +01:00
Matthias Schwarzott
44d01dced1 volume_id: respect LDFLAGS 2008-02-21 12:28:45 +01:00
Kay Sievers
3f91a27d16 volume_id: update ext detection 2008-02-09 12:17:32 +01:00
Karel Zak
bf79d61233 volume_id: fix typo in function documentation
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-01-24 01:12:33 +01:00
Neil Williams
a141b43506 volume_id: add prefix=, exec_prefix= 2008-01-09 22:36:36 +01:00
Karel Zak
1b4f9b167b volume_id: fix UUID raw buffer usage
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-01-09 16:15:07 +01:00
Jiri Slaby
6e509e539b rules_generator: add missing write_net_rules unlock 2007-12-31 14:24:55 +01:00
Kay Sievers
c74fd7a768 rules: remove tty rule which can never run because of an earlier "last_rule" 2007-12-29 17:23:31 +01:00
Anthony L. Awtrey
a0092d28db do not skip RUN execution if device node removal fails 2007-12-29 17:19:06 +01:00
Kay Sievers
98520be72f switch mailing lists to linux-hotplug@vger.kernel.org 2007-12-27 04:17:46 +01:00
Kay Sievers
7094df0a8f release 118 2007-12-19 00:50:56 +01:00
Matthias Schwarzott
3924280a89 rules: Gentoo update 2007-12-17 17:58:21 +01:00
Kay Sievers
73ff769c90 volume_id: also add readable check to probe_all()
Otherwise probe_all will run two times into a timout, one
for the raid, and one for the filesystem probe. Thanks to
Tore Anderson for the debugging.
2007-12-17 15:32:41 +01:00
Kay Sievers
be580fa5d8 create_floppy_devices: fix logic for more than one floppy device 2007-12-17 03:41:30 +01:00
Kay Sievers
2bb4dd9766 volume_id: run only once into a timeout for unreadable devices 2007-12-16 19:56:04 +01:00
Hannes Reinecke
5caa40bea2 volume_id: LVM - add uuid 2007-12-16 19:22:32 +01:00
Kay Sievers
9e5920842b volume_id: md - add metadata minor version
Thanks to Hannes.
2007-12-07 17:26:15 +01:00
Kay Sievers
6bdec550af rules: add AOE rule 2007-12-07 17:20:10 +01:00
Daniel Drake
fbb002f9d3 doc: update "writing udev rules" 2007-12-03 19:04:32 +01:00
Kay Sievers
1e8b8e564c libvolume_id: squashfs - add endianess support for LZMA compression 2007-11-26 01:09:03 +01:00
Michael Prokop
d7515c7bb9 libvolume_id: squashfs+LZMA compression detection 2007-11-26 01:03:08 +01:00
Kay Sievers
101d112e38 man: udevadm settle - mention 180 seconds default timeout
Based on a patch from Jonas Meurer. Thanks!
2007-11-22 23:49:30 +01:00
Kay Sievers
c8ee8f983f rules_generator: do not create rules with insufficient matches
Thanks to Alexander E. Patrakov for pointing out that we create
invalid rules.

We still need a proper fix for devices we skip creating rules
(locally administered MAC), but want to swap names with interface
names we created rules for.
2007-11-20 18:18:03 +01:00
Kay Sievers
c645b98b7e remove udevstart 2007-11-13 23:44:12 +01:00
Kay Sievers
6d83d9a624 release 117 2007-11-13 20:47:34 +01:00
Matthias Schwarzott
765729b908 rules: Gentoo update 2007-11-10 16:17:47 +01:00
Kay Sievers
d6856b85a1 udevadm: control - allow command to be passed as option 2007-11-09 19:30:12 +01:00
Kay Sievers
3c52e8d8bb man: udevd.8 - remove udevcontrol section 2007-11-09 17:55:45 +01:00
Kay Sievers
a5258107d2 udevadm: also return major==0 results for --device-id-of-file 2007-11-09 17:05:34 +01:00
Kay Sievers
d1bba79592 Makefile: fix bogus version number than got committed 2007-11-09 15:13:25 +01:00
Kay Sievers
f338bac885 udevadm: add info option --device-id-of-file=<file>
Now, that udevinfo is no longer in /usr, we can add this:

  $ udevadm info --device-id-of-file=/
  8 5

to create a dynamic rule to provide /dev/root.
2007-11-09 10:22:30 +01:00
MUNEDA Takahiro
a9780590f4 man: fix udevadm.8 typo
Signed-off-by: MUNEDA Takahiro <muneda.takahiro@jp.fujitsu.com>
2007-11-09 09:00:16 +01:00
Kay Sievers
3ca494515c udevadm: accept command as option, like --help, --version 2007-11-09 00:49:50 +01:00
Kay Sievers
225cb03bd8 udevadm: merge all udev tools into a single binary 2007-11-08 17:51:59 +01:00
Dan Nicholson
01ac7d96fa volume_id: create relative symlink when $(libdir) = $(usrlibdir) 2007-11-08 00:14:39 +01:00
Dan Nicholson
c8e826147a extras: ignore built and generated files 2007-11-08 00:13:40 +01:00
Kay Sievers
e9b6477084 udevinfo: exclude "uevent" file from --attribute-walk 2007-10-24 16:51:33 +02:00
Kay Sievers
f1bc0fdb0f volume_id: bump version 2007-10-24 16:51:03 +02:00
Kay Sievers
02ee0e3312 volume_id: ntfs - rely on valid master file table 2007-10-23 02:38:23 +02:00
Kay Sievers
74534dbde8 volume_id: LUKS - export version 2007-10-17 18:13:49 +02:00
Kay Sievers
424520043a volume_id: vfat - allow all possible sector sizes
https://bugs.launchpad.net/bugs/147807
2007-10-17 17:59:27 +02:00