summaryrefslogtreecommitdiff
path: root/fstab.common
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2019-04-18 16:46:10 +0530
committerAmit Pundir <amit.pundir@linaro.org>2019-09-24 23:50:25 +0530
commit4e37582f32480bd153c93fed20b6aabe98bfbb90 (patch)
treeb86f9698ea06f9d11ead04057b845427798ad0cd /fstab.common
parentb7005515dd7ac2faebc6000b36075c116fdeacfa (diff)
db845c: Add support for AOSP on dragonboard db845c
Boots dragonboard db845c to console. HDMI display broken due to missing firmware files. Change-Id: I820aeb7b7ab2536a362f9ae37cc44906be0a6190 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Diffstat (limited to 'fstab.common')
-rw-r--r--fstab.common6
1 files changed, 6 insertions, 0 deletions
diff --git a/fstab.common b/fstab.common
new file mode 100644
index 0000000..7ccfed5
--- /dev/null
+++ b/fstab.common
@@ -0,0 +1,6 @@
+# Android fstab file.
+#<src> <mnt_point> <type> <mnt_flags and options> <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
+LABEL=data /data ext4 discard,noauto_da_alloc,data=ordered,user_xattr,barrier=1 wait
+/dev/block/by-name/metadata /metadata ext4 noatime,nosuid,nodev,discard wait,formattable