This changes the code to use the actual mount_target of the other parition. The call parition.get_mount_target() gives a path that is not actually used in the partition.mount_other_rootfs() earlier. So the following code that checks if other_config exists will never see it as this mount_point is empty.
This changes the code to use the actual mount_target of the other parition. The call parition. get_mount_ target( ) gives a path that is not actually used in the partition. mount_other_ rootfs( ) earlier. So the following code that checks if other_config exists will never see it as this mount_point is empty.