mmc:Change startup message in rc script.
This commit is contained in:
parent
7015c66bfa
commit
aa3db0e0e2
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ then if [ -e $ACPI -a -n "`sysenv acpi`" ]
|
|||
fi
|
||||
|
||||
if [ X`/bin/sysenv arch` = Xearm ]
|
||||
then echo starting mmc driver
|
||||
then echo Starting the mmc driver
|
||||
/bin/service -c up /sbin/mmc -dev /dev/c0d0
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue