summaryrefslogtreecommitdiff
path: root/recipes/images/files/library/imx6/update.sh
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2015-05-07 12:43:36 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2015-05-12 10:06:23 +0200
commit336ba7bbc7c94e53a6426afce00a9e4deef09280 (patch)
treea695017212ecf590e1f9a03dc1fada298f2341f7 /recipes/images/files/library/imx6/update.sh
parent3d0095dea33a21e5651fd469b0ba14b94e30d756 (diff)
image partitions: use the volume names boot and rootfs
Was Boot and arm
Diffstat (limited to 'recipes/images/files/library/imx6/update.sh')
-rwxr-xr-xrecipes/images/files/library/imx6/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/images/files/library/imx6/update.sh b/recipes/images/files/library/imx6/update.sh
index 98dea58..2ff097e 100755
--- a/recipes/images/files/library/imx6/update.sh
+++ b/recipes/images/files/library/imx6/update.sh
@@ -202,7 +202,7 @@ BOOT_START=$(expr 4096 \* 2)
# Rootfs partition [in sectors of 512]
ROOTFS_START=$(expr 20480 \* 2)
# Boot partition volume id
-BOOTDD_VOLUME_ID="Boot"
+BOOTDD_VOLUME_ID="boot"
#make the partition size size(rootfs used + MIN_PARTITION_FREE_SIZE)
#add about 4% to the rootfs to account for fs overhead. (/1024/985 instead of /1024/1024).