mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 19:21:53 +03:00
b5df2eabf3
SYSTEMD_READY is currently set to 0 for all loop devices (loop[0-9]*) that do not have a backing_file. Partitioned loop devices (ex. loop0p1), however, are matched by this rule and excluded by systemd even though they are active devices. This change adds an additional check to the rule, ensuring that only top level loop devices (loop[0-9]+$) are excluded from systemd. |
||
---|---|---|
.. | ||
.gitignore | ||
42-usb-hid-pm.rules | ||
50-firmware.rules | ||
50-udev-default.rules | ||
60-cdrom_id.rules | ||
60-drm.rules | ||
60-keyboard.rules | ||
60-persistent-alsa.rules | ||
60-persistent-input.rules | ||
60-persistent-serial.rules | ||
60-persistent-storage-tape.rules | ||
60-persistent-storage.rules | ||
60-persistent-v4l.rules | ||
61-accelerometer.rules | ||
64-btrfs.rules | ||
75-net-description.rules | ||
75-probe_mtd.rules | ||
75-tty-description.rules | ||
78-sound-card.rules | ||
80-drivers.rules | ||
80-net-setup-link.rules | ||
95-udev-late.rules | ||
99-systemd.rules.in | ||
Makefile |