mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
In relevant factory reset situation the root disk itself is subject to removal. This somewhat conflicts with automatic root disk discovery, since the system first comes up with one candidate for the root disk, which is then replaced by another. Let's address this by determining at the moment of probing for the gpt-root logic what the factory reset state currently is. This is then used to maintain two distinct symlinks to the gpt auto root device: one which is always available and one that is only available if factory reset is off or complete. The new symlinks is not used by anything yet. This will be added in a later commit.
Files in this directory contain configuration for systemd-udevd.service, a daemon that manages symlinks to device nodes, permissions of devices nodes, emits device events for userspace, and renames network interfaces. See man:udev(7) for an overview of the configuration file format, and man:systemd-udevd.service(8) for a description of service itself. Use 'systemd-analyze cat-config udev/rules.d' to display the effective config.