recovery: ccmp1: update regex to include ubi1 for update partition
In single boot layout the ccmp1 platforms have two UBI devices: ubi0: Contains uboot_config_r, linux, and recovery. ubi1: Contains rootfs, data, and update. The regular expression used for the update partition needs to be updated to include the ubi1 device, ensuring proper handling of the update partition. https://onedigi.atlassian.net/browse/DEL-9387 Signed-off-by: Francisco Gil francisco.gilmartinez@digi.com
This commit is contained in:
parent
469868b64f
commit
8f78f71d3a
|
|
@ -2,4 +2,4 @@
|
||||||
sd[a-z][0-9]+ 0:0 660 */lib/mdev/automount_block.sh
|
sd[a-z][0-9]+ 0:0 660 */lib/mdev/automount_block.sh
|
||||||
mmcblk[0-9]+p[0-9]+ 0:0 660 */lib/mdev/automount_block.sh
|
mmcblk[0-9]+p[0-9]+ 0:0 660 */lib/mdev/automount_block.sh
|
||||||
mtd[0-9]+ 0:0 660 */lib/mdev/automount_mtd.sh
|
mtd[0-9]+ 0:0 660 */lib/mdev/automount_mtd.sh
|
||||||
ubi0_[0-9]+ 0:0 660 */lib/mdev/automount_ubi.sh
|
ubi[0-1]_[0-9]+ 0:0 660 */lib/mdev/automount_ubi.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue