meta-digi: update boot partition name in udev rule
The boot partions name has been changed in u-boot, so change it also here to match current u-boot. https://jira.digi.com/browse/DEL-949 Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
cb1818f7b6
commit
9d7861c297
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
|
||||
# Boot partitions
|
||||
SUBSYSTEM=="block", ENV{ID_PART_ENTRY_NAME}=="kernels?", ACTION=="add", RUN+="/etc/udev/scripts/mount_bootparts.sh", GOTO="automount_rules_end"
|
||||
SUBSYSTEM=="block", ENV{ID_PART_ENTRY_NAME}=="linux*", ACTION=="add", RUN+="/etc/udev/scripts/mount_bootparts.sh", GOTO="automount_rules_end"
|
||||
|
||||
# Media automounting
|
||||
SUBSYSTEM=="block", ACTION=="add" RUN+="/etc/udev/scripts/mount.sh"
|
||||
|
|
|
|||
Loading…
Reference in New Issue