Skip to content
Snippets Groups Projects
Commit ebb7ab57 authored by Kenneth Johansson's avatar Kenneth Johansson
Browse files

migrator script: skip metadata volume.

its not needed we create it in u-boot.

was also a typo (metatada1) that prevented it from working.
parent ab571360
Branches
No related tags found
No related merge requests found
...@@ -94,10 +94,10 @@ erase_iop5_volumes ...@@ -94,10 +94,10 @@ erase_iop5_volumes
# boofs as they need to be loaded from the TPL. # boofs as they need to be loaded from the TPL.
# Hence, create all volumes now so that they are # Hence, create all volumes now so that they are
# not occupied later. # not occupied later.
echo "Extracting metadata" #echo "Extracting metadata"
size=$(extract_section $img metadata) #size=$(extract_section $img metadata)
upgrade_ubi_volume metadata $size metatada1 1 #upgrade_ubi_volume metadata $size metadata1 1
upgrade_ubi_volume metadata $size metadata2 2 #upgrade_ubi_volume metadata $size metadata2 2
echo "Extracting bootfs" echo "Extracting bootfs"
size=$(extract_section $img bootfs) size=$(extract_section $img bootfs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment