From 9d7861c297331057fe7be8469ef39fa53329b518 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Thu, 27 Mar 2014 16:49:13 +0100 Subject: [PATCH] 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 --- meta-digi-arm/recipes-core/udev/udev-extraconf/automount.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-arm/recipes-core/udev/udev-extraconf/automount.rules b/meta-digi-arm/recipes-core/udev/udev-extraconf/automount.rules index b35419fb5..4ad2547a6 100644 --- a/meta-digi-arm/recipes-core/udev/udev-extraconf/automount.rules +++ b/meta-digi-arm/recipes-core/udev/udev-extraconf/automount.rules @@ -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"