[package] base-files: make press key message more explicit in preinit
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 23 Mar 2010 22:56:12 +0000 (22:56 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 23 Mar 2010 22:56:12 +0000 (22:56 +0000)
SVN-Revision: 20392

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

index 30173c515e448721c3d6498c59d55248c355f4fc..04dc57df20cbe2f04418e4dd892d8d22436e912e 100644 (file)
@@ -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