Просмотр исходного кода

base-files: make press key message more explicit in preinit

SVN-Revision: 20392
Jo-Philipp Wich 16 лет назад
Родитель
Сommit
163b15f5bb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      package/base-files/files/lib/preinit/30_failsafe_wait

+ 1 - 1
package/base-files/files/lib/preinit/30_failsafe_wait

@@ -39,7 +39,7 @@ fs_wait_for_key () {
 	rm -f $keypress_wait
     } &
 
-    echo "Press $1<ENTER> $2"
+    echo "Press the [$1] key and hit [enter] $2"
     # if we're on the console we wait for input
     { 
 	while [ -r $keypress_wait ]; do