summaryrefslogtreecommitdiff
path: root/fstab
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2016-01-08 16:22:26 -0600
committerRob Herring <robh@kernel.org>2016-01-08 16:22:26 -0600
commitaa08a7864de3d7b6675ed15486218e80f3f79080 (patch)
treef8714f8047b5718a7e0510517ee99837668f86f7 /fstab
Initial commit
This is a partially generated device configuration allowing building same config on multiple architectures. Since the Android build system uses TARGET_PRODUCT to set the build path and requires it match a directory under device/, this setup allows trivially adding architectures or other configuration options. Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'fstab')
-rw-r--r--fstab7
1 files changed, 7 insertions, 0 deletions
diff --git a/fstab b/fstab
new file mode 100644
index 0000000..0716b94
--- /dev/null
+++ b/fstab
@@ -0,0 +1,7 @@
+# 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=system /system ext4 ro wait
+LABEL=cache /cache ext4 noatime,nosuid,nodev,errors=panic wait
+LABEL=data /data ext4 noatime,nosuid,nodev,errors=panic wait