diff options
| author | San Mehat <san@google.com> | 2010-02-19 18:34:30 -0800 |
|---|---|---|
| committer | San Mehat <san@google.com> | 2010-02-19 18:38:28 -0800 |
| commit | 6f957c3f25ed96a5ea13122764c66e18f1e72d2d (patch) | |
| tree | 8d9b1137d7b45034c0616b85b866ab3b37f746f4 /rootdir/etc | |
| parent | 6ea3cc6089393286ab8b6cc459cfa9d7e58fc203 (diff) | |
| download | system_core-6f957c3f25ed96a5ea13122764c66e18f1e72d2d.zip system_core-6f957c3f25ed96a5ea13122764c66e18f1e72d2d.tar.gz system_core-6f957c3f25ed96a5ea13122764c66e18f1e72d2d.tar.bz2 | |
generic_rootdir: vold_fstab: Change '/sdcard' -> '/mnt/sdcard'
Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'rootdir/etc')
| -rw-r--r-- | rootdir/etc/vold.fstab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/etc/vold.fstab b/rootdir/etc/vold.fstab index 16065e9..4aad8dc 100644 --- a/rootdir/etc/vold.fstab +++ b/rootdir/etc/vold.fstab @@ -14,7 +14,7 @@ ## Example of a standard sdcard mount for the emulator / Dream # Mounts the first usable partition of the specified device -dev_mount sdcard /sdcard auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1 +dev_mount sdcard /mnt/sdcard auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1 ## Example of a dual card setup # dev_mount left_sdcard /sdcard1 auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1 |
