From 5c24ea3ebebe6c1e3d7bfa1fdf8a4cab6923962f Mon Sep 17 00:00:00 2001 From: Jeremy Chang Date: Mon, 18 Apr 2011 15:04:35 +0800 Subject: Decrease the sdcard partiton number in vold.fstab Due to ramdisk introduced that replace the rootfs partition, adjust the sdcard partition number. Signed-off-by: Jeremy Chang --- vold.fstab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vold.fstab b/vold.fstab index c17bb64..04b9690 100644 --- a/vold.fstab +++ b/vold.fstab @@ -12,4 +12,4 @@ ## - List of sysfs paths to source devices ###################### -dev_mount sdcard /mnt/sdcard 7 /devices/platform/mmci-omap-hs.0/mmc_host/mmc0 +dev_mount sdcard /mnt/sdcard 6 /devices/platform/mmci-omap-hs.0/mmc_host/mmc0 -- cgit v1.2.3