mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[package] base-files: make press key message more explicit in preinit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20392 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -39,7 +39,7 @@ fs_wait_for_key () {
|
|||||||
rm -f $keypress_wait
|
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
|
# if we're on the console we wait for input
|
||||||
{
|
{
|
||||||
while [ -r $keypress_wait ]; do
|
while [ -r $keypress_wait ]; do
|
||||||
|
|||||||
Reference in New Issue
Block a user