summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Echols <atechols@gmail.com>2012-10-03 15:38:57 -0700
committerAaron Echols <atechols@gmail.com>2012-10-03 15:38:57 -0700
commitd8010678365bea9af7d8f44210a94517a3f158f0 (patch)
treeaf65be2ab038de3d00843616a36d41abf1fac971
parent9911aa1b63ccf039224d13ef8c4924dc9758b984 (diff)
downloadtf700t-d8010678365bea9af7d8f44210a94517a3f158f0.tar.gz
tf700t: add fstab mounting
Change-Id: Id2b3213c14c5516fc40e8e3da61db77919d856bd
-rw-r--r--device_tf700t.mk3
-rw-r--r--prebuilt/fstab.cardhu8
2 files changed, 10 insertions, 1 deletions
diff --git a/device_tf700t.mk b/device_tf700t.mk
index fe8edd5..5780a5b 100644
--- a/device_tf700t.mk
+++ b/device_tf700t.mk
@@ -27,7 +27,8 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/ramdisk/init.cardhu.keyboard.rc:root/init.cardhu.keyboard.rc \
$(LOCAL_PATH)/ramdisk/ueventd.cardhu.rc:root/ueventd.cardhu.rc \
$(LOCAL_PATH)/ramdisk/init.cardhu.usb.rc:root/init.cardhu.usb.rc \
- $(LOCAL_PATH)/ramdisk/init.cardhu.cpu.rc:root/init.cardhu.cpu.rc
+ $(LOCAL_PATH)/ramdisk/init.cardhu.cpu.rc:root/init.cardhu.cpu.rc \
+ $(LOCAL_PATH)/prebuilt/fstab.cardhu:root/fstab.cardhu
# Prebuilt configuration files
PRODUCT_COPY_FILES += \
diff --git a/prebuilt/fstab.cardhu b/prebuilt/fstab.cardhu
new file mode 100644
index 0000000..174cffb
--- /dev/null
+++ b/prebuilt/fstab.cardhu
@@ -0,0 +1,8 @@
+# Android fstab file.
+#<src> <mnt_point> <type> <mnt_flags> <fs_mgr_flags>
+# 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/mmcblk0p1 /system ext4 ro wait
+/dev/block/mmcblk0p2 /cache ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait
+/dev/block/mmcblk0p8 /data ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait,encryptable=footer