From aa3db0e0e23c8ae1cce560b4def65cebcc5a5fc5 Mon Sep 17 00:00:00 2001 From: Kees Jongenburger Date: Mon, 8 Apr 2013 15:08:15 +0200 Subject: [PATCH] mmc:Change startup message in rc script. --- drivers/ramdisk/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ramdisk/rc b/drivers/ramdisk/rc index fc8dd15ba..b49c1dd8a 100755 --- a/drivers/ramdisk/rc +++ b/drivers/ramdisk/rc @@ -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