소스 검색

pkg: fedora: Fix confirmation prompt for building without secureboot keys

Dorian Stoll 2 년 전
부모
커밋
9a6fd51d7d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pkg/fedora/kernel-surface/build-linux-surface.py

+ 1 - 1
pkg/fedora/kernel-surface/build-linux-surface.py

@@ -99,7 +99,7 @@ if not sb_avail:
     print("The compiled kernel will not boot with Secure Boot enabled!")
     print("")
 
-    input("Press any key to continue")
+    input("Press enter to continue: ")
 
 # Expand globs
 surface_patches = sorted(patches.glob("*.patch"))