Skip to content

Commit

Permalink
Modify kernel prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Dec 8, 2022
1 parent e004b60 commit 56f416d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rebuild
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ custom_name="_server"
STEPS="[\033[95m STEPS \033[0m]"
INFO="[\033[94m INFO \033[0m]"
SUCCESS="[\033[92m SUCCESS \033[0m]"
PROMPT="[\033[93m PROMPT \033[0m]"
WARNING="[\033[93m WARNING \033[0m]"
ERROR="[\033[91m ERROR \033[0m]"
#
Expand Down Expand Up @@ -824,7 +825,7 @@ loop_rebuild() {

# Rockchip rk3568 series, such as FastRhino R66S/R68S only support 6.0.y and above kernel
[[ "${SOC,,}" == "rk3568" && "${kernel:0:1}" -ne "6" ]] && {
echo -e "(${j}.${i}) ${WARNING} ${board}(${SOC,,}) cannot use ${kernel} kernel, skip."
echo -e "(${j}.${i}) ${PROMPT} ${board}(${SOC,,}) cannot use ${kernel} kernel, skip."
let i++
continue
}
Expand Down

0 comments on commit 56f416d

Please sign in to comment.