Skip to content

Commit

Permalink
Set /system to ext2 for recovery.fstab.
Browse files Browse the repository at this point in the history
This fixes restoring and backing up the stock rom.

Change-Id: Ic574f7e9116d22c195d35d321ddcd05dbafbd535
  • Loading branch information
nemith committed Apr 25, 2011
1 parent f342f2e commit 983e2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recovery.fstab
@@ -1,7 +1,7 @@
# mount point fstype device [device2] [fstype2]

/boot vfat /dev/block/mmcblk0p1
/system ext4 /dev/block/mmcblk0p5 NULL ext3
/system ext4 /dev/block/mmcblk0p5 NULL ext2
/data ext4 /dev/block/mmcblk0p6 NULL ext3
/cache ext4 /dev/block/mmcblk0p7 NULL ext3
/emmc vfat /dev/block/mmcblk0p8
Expand Down

0 comments on commit 983e2bd

Please sign in to comment.