summaryrefslogtreecommitdiffstats
path: root/tools/device/recovery.fstab.template
diff options
context:
space:
mode:
Diffstat (limited to 'tools/device/recovery.fstab.template')
-rw-r--r--tools/device/recovery.fstab.template10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/device/recovery.fstab.template b/tools/device/recovery.fstab.template
new file mode 100644
index 0000000..41fb92e
--- /dev/null
+++ b/tools/device/recovery.fstab.template
@@ -0,0 +1,10 @@
+# mount point fstype device [device2]
+
+/boot mtd boot
+/cache yaffs2 cache
+/data yaffs2 userdata
+/misc mtd misc
+/recovery mtd recovery
+/sdcard vfat /dev/block/mmcblk0p1 /dev/block/mmcblk0
+/system yaffs2 system
+/sd-ext ext4 /dev/block/mmcblk0p2