File tree Expand file tree Collapse file tree
app/src/main/assets/home/bin Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments