aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Sumrall <ksumrall@android.com>2013-02-22 18:55:23 -0800
committerKen Sumrall <ksumrall@android.com>2013-02-22 18:55:23 -0800
commit5a29033db263dee0e9b6df42cf8995274279ca1c (patch)
treeeafa376697b76100636cccae4135cefcd081bd63
parent2acf7981abaeaa458c9d228c8b75de4ca4107f74 (diff)
downloadpanda-5a29033db263dee0e9b6df42cf8995274279ca1c.tar.gz
Add dummy entries for /boot and /recovery to unified fstab
The original recovery.fstab file for panda had some dummy entries that clearly were incorrect, so I did not add them to the unified fstab. However, the ota tools expect there to be at least a /boot and /recovery partition, so this fix just copies all the dummy entries from the old recovery fstab to the unified fstab to fix the build. Change-Id: I8a89541e6ccd494175c22de24040334961313250
-rw-r--r--fstab.omap4pandaboard6
1 files changed, 5 insertions, 1 deletions
diff --git a/fstab.omap4pandaboard b/fstab.omap4pandaboard
index 7a40110..8091954 100644
--- a/fstab.omap4pandaboard
+++ b/fstab.omap4pandaboard
@@ -7,4 +7,8 @@
/dev/block/platform/omap/omap_hsmmc.0/by-name/system /system ext4 ro wait
/dev/block/platform/omap/omap_hsmmc.0/by-name/cache /cache ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait
/dev/block/platform/omap/omap_hsmmc.0/by-name/userdata /data ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait
-
+misc /misc mtd defaults defaults
+boot /boot mtd defaults defaults
+recovery /recovery mtd defaults defaults
+bootloader /bootloader mtd defaults defaults
+radio /radio mtd defaults defaults