summaryrefslogtreecommitdiffstats
path: root/fstab.goldfish
diff options
context:
space:
mode:
authorJP Abgrall <jpa@google.com>2014-03-13 17:28:58 -0700
committerJP Abgrall <jpa@google.com>2014-03-13 17:33:50 -0700
commita2543be45f35ab7ace3ecd92c99a3c72150622ec (patch)
tree84d650f40b71df208aa072adab90450b4dd1a81e /fstab.goldfish
parent48a76778937abadf5cbd260696a29d737134d0d9 (diff)
downloaddevice_generic_goldfish-a2543be45f35ab7ace3ecd92c99a3c72150622ec.tar.gz
device_generic_goldfish-a2543be45f35ab7ace3ecd92c99a3c72150622ec.tar.bz2
device_generic_goldfish-a2543be45f35ab7ace3ecd92c99a3c72150622ec.zip
goldfish: cache image is not ext4. yet.
The emulator does not yet support ext4 as the cache partition type. This changes needs a qemu/vl-android.c change also: don't assume cache fs-type is the same as the userdata fs-type. Bug: 13330763 Change-Id: Ia2d997a8f922618f795331442370ddf2ae147baf Signed-off-by: JP Abgrall <jpa@google.com>
Diffstat (limited to 'fstab.goldfish')
-rw-r--r--fstab.goldfish3
1 files changed, 2 insertions, 1 deletions
diff --git a/fstab.goldfish b/fstab.goldfish
index 86173070..be83a165 100644
--- a/fstab.goldfish
+++ b/fstab.goldfish
@@ -4,5 +4,6 @@
# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
/dev/block/mtdblock0 /system ext4 ro,barrier=1 wait
/dev/block/mtdblock1 /data ext4 noatime,nosuid,nodev,barrier=1,nomblk_io_submit wait,check
-/dev/block/mtdblock2 /cache ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait,check
+# 2014-03-13: Yes. yaffs2. The emulator tools need some updating to support ext4 for the cache image.
+/dev/block/mtdblock2 /cache yaffs2 noatime,nosuid,nodev wait,check
/devices/platform/goldfish_mmc.0 auto vfat defaults voldmanaged=sdcard:auto