summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <zeuthen@google.com>2015-08-31 11:25:10 -0400
committerDavid Zeuthen <zeuthen@google.com>2015-08-31 11:26:30 -0400
commit638c0ac523a798a5976061849d08656e8b43b357 (patch)
tree4de8590ee9d23f9cac988f8b925931af5cf02f99
parent793ebdcd999f4b60d680b7a355025882e910e8e1 (diff)
downloaddragonboard-638c0ac523a798a5976061849d08656e8b43b357.tar.gz
dragonboard: Add misc partition to fstab file.
This change is needed in to make fs_mgr find the right block device for /misc, see comments on CL:756123 for details. Having devices in fstab even though they are not mounted (there's no filesystem on the misc partition), is also SOP across Android - see other fstab files for example. Change-Id: I8680a29907a4e6d256f959cf469ae6f690749a56
-rw-r--r--fstab.device1
1 files changed, 1 insertions, 0 deletions
diff --git a/fstab.device b/fstab.device
index 3f869d2..ab5d0cd 100644
--- a/fstab.device
+++ b/fstab.device
@@ -1,2 +1,3 @@
/dev/block/platform/soc.0/7824900.sdhci/by-name/system /system ext4 ro,barrier=1,discard wait
/dev/block/platform/soc.0/7824900.sdhci/by-name/userdata /data ext4 nosuid,nodev,barrier=1,noauto_da_alloc,discard wait,check,encryptable=footer
+/dev/block/platform/soc.0/7824900.sdhci/by-name/misc /misc emmc defaults defaults