aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <jon.medhurst@linaro.org>2011-11-21 17:57:34 +0000
committerJon Medhurst <jon.medhurst@linaro.org>2011-11-22 10:19:14 +0000
commit27074fa435691691fa6daaafbcdcdccddf2fc703 (patch)
treede660846f189c1896c7ac26ea6ff245d0417ac46
parent1c8aa12f5aabcd5320c559a2eed5dc7a399b44d7 (diff)
downloadvexpress-a9-27074fa435691691fa6daaafbcdcdccddf2fc703.tar.gz
Fix vold.fstab to use correct MMC device name
This still had the Snowball MMC device name which meant that the sdcard partition wasn't mounted at boot. This fixes launchpad bug 893145. Change-Id: Ica1fadbc7baef6af778e6d2b9b4ab25e39e8ff62 Signed-off-by: Jon Medhurst <jon.medhurst@linaro.org>
-rw-r--r--vold.fstab2
1 files changed, 1 insertions, 1 deletions
diff --git a/vold.fstab b/vold.fstab
index 7215142..1e0d18c 100644
--- a/vold.fstab
+++ b/vold.fstab
@@ -12,4 +12,4 @@
## <sysfs_path> - List of sysfs paths to source devices
######################
-dev_mount sdcard /mnt/sdcard 6 /devices/sdi0/mmc_host/mmc0/mmc0
+dev_mount sdcard /mnt/sdcard 6 /devices/mb:mmci/mmc_host/mmc0/mmc0