Merge suitable rules changes from systemd#220
Conversation
Merge up to commit 5674b74c4f99e433fd8e7242e9f16f6ddfece94c - change @bindir@ to {{ROOTBINDIR}} in templates (better future tracking) - keep rules/50-udev-default.rules as plain instead of template - add 60-autosuspend.rules 60-fido-id.rules 70-camera.rules 70-memory.rules 81-net-dhcp.rules
ArsenArsen
left a comment
There was a problem hiding this comment.
save for that one question, this seems fine. I'm not aware of anything even exporting SYSTEMD_READY even
| SUBSYSTEM!="block", GOTO="btrfs_end" | ||
| ACTION=="remove", GOTO="btrfs_end" | ||
| ENV{ID_FS_TYPE}!="btrfs", GOTO="btrfs_end" | ||
| ENV{SYSTEMD_READY}=="0", GOTO="btrfs_end" |
There was a problem hiding this comment.
where does this come from?
There was a problem hiding this comment.
It does not happen at all in eudev; my thinking is that keeping it would make sync easier.
OTOH we can safely remove the line, I do not have strong opinion on this.
There was a problem hiding this comment.
I couldn't find it in sysd either, and I'm not aware of anything using it, which is why I ask
There was a problem hiding this comment.
There was a problem hiding this comment.
ah, huh, that slipped by my grepping. I am guessing this option has no impact on boot with btrfs? namely, I'm not sure whether that check fails or passes with SYSTEMD_READY unset
Merge up to commit 5674b74c4f99e433fd8e7242e9f16f6ddfece94c
60-autosuspend.rules
60-fido-id.rules
70-camera.rules
70-memory.rules
81-net-dhcp.rules