Skip to content

Commit 6712338

Browse files
committed
Update
1 parent 62ec257 commit 6712338

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/assets/home/bin/repack_img

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ elif [ "$partition" == "ext" ]; then
283283
elif [ "$tool_ext" == 2 ]; then
284284
imgkit_scuti pack --type ext4 -s "$INPUT" -o "$saved" -z $size_real --file-contexts "$file_contexts" --fs-config "$fs_config" -m "/${INPUT##*/}" --label "${INPUT##*/}" | tee $TMP/imgkit_repack.log || killtree "Error build process imgkit_scuti" "$saved"
285285
else
286-
make_ext4fs -J -T $time_build -L "${INPUT##*/}" -S "$file_contexts" -C "$fs_config" -l $size_real -a "/${INPUT##*/}" "$saved" "$INPUT" || killtree "Error build process make_ext4fs" "$saved" &
286+
make_ext4fs -J -T -1 -L "${INPUT##*/}" -S "$file_contexts" -C "$fs_config" -l $size_real -a "/${INPUT##*/}" "$saved" "$INPUT" || killtree "Error build process make_ext4fs" "$saved" &
287287
process_count $size_real "$saved"
288288
echo
289289
fi
@@ -295,7 +295,7 @@ elif [ "$partition" == "ext" ]; then
295295
elif [ "$tool_ext" == 2 ]; then
296296
imgkit_scuti pack --type ext4 -s "$INPUT" -o "$saved" -z $size_orig --file-contexts "$file_contexts" --fs-config "$fs_config" -m "/${INPUT##*/}" --label "${INPUT##*/}" | tee $TMP/imgkit_repack.log || killtree "Error build process imgkit_scuti" "$saved"
297297
else
298-
make_ext4fs -J -T $time_build -L "${INPUT##*/}" -S "$file_contexts" -C "$fs_config" -l $size_orig -a "/${INPUT##*/}" "$saved" "$INPUT" || killtree "Error build process make_ext4fs" "$saved" &
298+
make_ext4fs -J -T -1 -L "${INPUT##*/}" -S "$file_contexts" -C "$fs_config" -l $size_orig -a "/${INPUT##*/}" "$saved" "$INPUT" || killtree "Error build process make_ext4fs" "$saved" &
299299
process_count $size_orig "$saved"
300300
echo
301301
fi

0 commit comments

Comments
 (0)