We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a57783e commit 3edd178Copy full SHA for 3edd178
1 file changed
app/src/main/assets/home/bin/repack_super
@@ -56,10 +56,11 @@ argvs="--super-name super --metadata-size 65536 "
56
cd "$INPUT"
57
58
if [ $TYPEIMG = "A" ];then
59
-argvs+="--metadata-slots 2 --device super:${super_sizek} --group ${SUPGRUP}:${super_sizek} "
+argvs+="--metadata-slots 2 --block-size 4096 --device super:${super_sizek} --group ${SUPGRUP}:${super_sizek} "
60
fi
61
62
for i in $MIMGPA; do
63
+ml1=''; ml2='';
64
i1=$(echo "$i" | sed 's/.img//g')
65
i2=$(echo "$i" | sed -e 's/_a.img//g' -e 's/_b.img//g' -e 's/.img//g')
66
info=$(checktype "$INPUT/$i1.img")
0 commit comments