summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinit.herring.rc1
-rw-r--r--vold.fstab5
2 files changed, 3 insertions, 3 deletions
diff --git a/init.herring.rc b/init.herring.rc
index 78c433e..4c4d991 100755
--- a/init.herring.rc
+++ b/init.herring.rc
@@ -7,7 +7,6 @@ on boot
setprop ro.bt.bdaddr_path "/efs/bluetooth/bt_addr"
setprop ro.crypto.keyfile.userdata /efs/userdata_footer
- setprop ro.crypto.internal_sd_partition "true"
# fake some battery state
setprop status.battery.state Slow
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.
-## <sysfs_path> - List of sysfs paths to source devices
+## <sysfs_path> - 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