| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
Suggested at https://github.com/systemd/systemd/pull/24471#discussion_r959703103.
|
| |
|
|
|
|
|
| |
When --initialized=no is specified, it is not necessary to wait
for uevents to be processed by udevd.
|
|
|
|
|
|
|
| |
Even if the corresponding device node or syspath are already removed,
the specified symlink to the device node may still exist.
Fixes #23166.
|
|
Prompted by https://github.com/systemd/systemd/pull/22717#issuecomment-1067348496.
The new command 'udevadm wait' waits for device or device symlink being
created. This may be useful to wait for a device is processed by udevd
after e.g. formatting or partitioning the device.
|