Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Karel Zak <kzak@redhat.com>
|
|
|
|
Signed-off-by: Karel Zak <kzak@redhat.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
Thanks to Hannes.
|
|
|
|
|
|
|
|
|
|
Based on a patch from Jonas Meurer. Thanks!
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
Signed-off-by: MUNEDA Takahiro <muneda.takahiro@jp.fujitsu.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://bugs.launchpad.net/bugs/147807
|
|
|