summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recovery.fstab6
1 files changed, 3 insertions, 3 deletions
diff --git a/recovery.fstab b/recovery.fstab
index 21b64a4..a98139e 100644
--- a/recovery.fstab
+++ b/recovery.fstab
@@ -1,13 +1,13 @@
-# mount point fstype device
+# mount point fstype device options (length for cryptfs encryption footer)
/recovery mtd recovery
/boot mtd boot
/radio mtd radio
-/system yaffs2 system
+/data yaffs2 userdata
/cache yaffs2 cache
/sdcard vfat /dev/block/mmcblk0p1
-/data ext4 /dev/block/mmcblk0p2
+/system ext4 /dev/block/mmcblk0p2
/emmc vfat /dev/block/mmcblk1p1