mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-18 21:32:05 +08:00
e8e36e592d
* remove all armhf
* fix that
* Revert "build_system: stream build output directly into rootfs (#552)"
This reverts commit 71e7369174.
* fix up build
* wifi works
* fix graphics
* revert that
* add back
4 lines
294 B
Plaintext
4 lines
294 B
Plaintext
# Create Android-style boot partition links for vendor services.
|
|
KERNEL=="mmcblk[0-9]*p[0-9]*", SUBSYSTEM=="block", ACTION=="add", RUN+="/etc/udev/scripts/bootdevice-by-name.sh %k"
|
|
KERNEL=="[hs]d[a-z][0-9]*", SUBSYSTEM=="block", ACTION=="add", RUN+="/etc/udev/scripts/bootdevice-by-name.sh %k"
|