From a1b7f3be1ce442ac207c1f306603561f20e700ed Mon Sep 17 00:00:00 2001 From: Ken Sumrall Date: Wed, 1 Jun 2011 20:09:01 -0700 Subject: Changes to support the new improved vold encryption support Change-Id: Ie9714f9a8123a189bbdd60c6e510032dc1ac5f09 --- vold.fstab | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'vold.fstab') diff --git a/vold.fstab b/vold.fstab index f841d3e..974dd6a 100644 --- a/vold.fstab +++ b/vold.fstab @@ -9,7 +9,8 @@ ## label - Label for the volume ## mount_point - Where the volume will be mounted ## part - Partition # (1 based), or 'auto' for first usable partition. -## - List of sysfs paths to source devices +## - List of sysfs paths to source devices, must start with '/' character +## flags - (optional) Comma separated list of flags, must not contain '/' character ###################### -dev_mount sdcard /mnt/sdcard 3 /devices/platform/s3c-sdhci.0/mmc_host/mmc0/mmc0:0001/block/mmcblk0 +dev_mount sdcard /mnt/sdcard 3 /devices/platform/s3c-sdhci.0/mmc_host/mmc0/mmc0:0001/block/mmcblk0 nonremovable,encryptable -- cgit v1.1