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
commitdbf5bc6140d31746feb79586f3916785097ee933 (patch)
tree6123f74cc72ca7941bc7015623e46a05560f327d /recipes/images/files/library/imx6/update.sh
parent997ead794aaf23c3876a55c4a7eeea826e5c9337 (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).