1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-02 09:01:18 +02:00

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

SVN-Revision: 20392
This commit is contained in:
Jo-Philipp Wich 2010-03-23 22:56:12 +00:00
parent 5293dddc31
commit 163b15f5bb

@ -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