Multi-profile support

这个提交包含在:
2023-01-11 14:36:41 -05:00
父节点 242cdb02b8
当前提交 ac878b82ee

查看文件

@@ -637,12 +637,15 @@ main() {
: "${P_ARR[sysupgrade_bin_gz_fname]:=${P_ARR[sysupgrade_bin_gz]##*/}}"
if (( DEBUG )) || (( PROFILE_INFO )); then
echo "Profile settings:"
for x in "${!P_ARR[@]}"; do printf "[%s]=%s\n" "$x" "${P_ARR[$x]}"; done
fi
# Experimental
(( FROM_SOURCE )) && fromSource
debug "${P_ARR[*]}"
getImageBuilder
addRepos