fixed systemd bug: systemd >= 248.3-2

This commit is contained in:
Devaev Maxim 2021-05-20 08:40:04 +03:00
parent 563525d885
commit 835d6833f8
2 changed files with 3 additions and 3 deletions

View File

@ -75,6 +75,9 @@ depends=(
"raspberrypi-io-access>=0.5"
"ustreamer>=3.20"
# Systemd UDEV bug
"systemd>=248.3-2"
# Avoid dhcpcd stack trace
dhclient
netctl

View File

@ -28,9 +28,6 @@ set -x
board="$1"
port="$2"
# В новом systemd поломали %b в правилах udev
[ -n "$port" ] || exit 0
# https://gist.github.com/mdevaev/6eb65be689142e5ac16da7542f50830f
model="`tr < /proc/device-tree/model -d '\000'`"