diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2019-11-20 12:54:51 +0000 |
---|---|---|
committer | Linaro Code Review <review@review.linaro.org> | 2019-11-20 12:54:51 +0000 |
commit | 46a4aa853576ef1f168f661b0934c292eb6afe6b (patch) | |
tree | 05f0fcdcb9d7ab9a9cb25a139a47739e780bc111 | |
parent | 9c3b8000c2c3e3142fe509649d9f65336a4e8c49 (diff) | |
parent | b87133306a97ede4f78a8c12228ffb5f35613f98 (diff) | |
download | fai-46a4aa853576ef1f168f661b0934c292eb6afe6b.tar.gz |
Merge "scripts: QCOM: use PARTLABEL in fstab"
-rwxr-xr-x | scripts/QCOM/21-customize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/QCOM/21-customize b/scripts/QCOM/21-customize index 5d9fe3f..c759ccd 100755 --- a/scripts/QCOM/21-customize +++ b/scripts/QCOM/21-customize @@ -2,7 +2,7 @@ set -e cat << EOF > $target/etc/fstab -/dev/disk/by-partlabel/${ROOTFS_PARTLABEL} / ext4 rw,relatime,data=ordered 0 1 +PARTLABEL=${ROOTFS_PARTLABEL} / ext4 rw,relatime,data=ordered 0 1 EOF if ifclass INSTALLER; then |