소스 검색

fix: improve user guidance in flash mode selection prompts

TheWildJames 3 달 전
부모
커밋
afba306db7
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      .github/actions/build-kernel/patches/bypass.patch

+ 4 - 4
.github/actions/build-kernel/patches/bypass.patch

@@ -14,11 +14,11 @@
 +}
 +
 +choose_flash_mode() {
-+    ui_print " "
 +    ui_print "  -> Most users do not need Bypass; try Normal first!"
-+    ui_print "  -> This only swaps the Image for compatibility workarounds."
-+    ui_print "  -> VOL+ = Bypass | VOL- = Normal | POWER = Cancel"
-+    ui_print " "
++    ui_print "  -> This only swaps the Image for compatibility workarounds, this doesn't help with hiding root."
++    ui_print "  -> VOL+ = Bypass'
++    ui_print "  -> VOL- = Normal"
++    ui_print "  -> POWER = Cancel"
 +
 +    while true; do
 +        case $(handle_input) in