We don't want the data on this partition to change so that it can be
upgraded with DELTA_IMAGE upgrade.
Change-Id: I87487d345e48f0545361924ecc69788ade462649
return 1
fi
fi
- if [ "${P_SUFFIX}" == "" ]; then
- if [ ! "z${PART_HAL}" = "z" ]; then
+ if [ ! "z${PART_HAL}" = "z" ]; then
+ if [ "${P_SUFFIX}" == "" ]; then
if ! mount_checkpoint_partition hal "${PART_HAL}" "${FAKE_ROOT}/${HAL_MNT}"; then
return 1
fi
+ else
+ "$MOUNT" -o ro "${PART_HAL}" "${FAKE_ROOT}/${HAL_MNT}"
fi
- else
- "$MOUNT" "${PART_HAL}" "${FAKE_ROOT}/${HAL_MNT}"
fi
"$MOUNT" -t proc none "${FAKE_ROOT}/proc"