summaryrefslogtreecommitdiffstats
path: root/fstab.aries
diff options
context:
space:
mode:
Diffstat (limited to 'fstab.aries')
-rw-r--r--fstab.aries3
1 files changed, 2 insertions, 1 deletions
diff --git a/fstab.aries b/fstab.aries
index 359d54f..cba1ea7 100644
--- a/fstab.aries
+++ b/fstab.aries
@@ -3,5 +3,6 @@
# The filesystem that contains the filesystem checker binary (typically /system) cannot
# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
-/dev/block/mmcblk0p2 /data ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait,encryptable=/efs/userdata_footer
+# System as RW because we want to put dalvik-cache there
+/dev/block/mmcblk0p2 /system ext4 noatime,nodev,nomblk_io_submit,errors=panic wait