Advertisement
giveen

Untitled

Jun 26th, 2013
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. Gingerbread INIT
  2. on fs
  3. # mount mtd partitions
  4. # Mount /system rw first to give the filesystem a chance to save a checkpoint
  5. mount yaffs2 mtd@system /system
  6. mount yaffs2 mtd@system /system ro remount
  7. mount yaffs2 mtd@userdata /data nosuid nodev
  8. mount yaffs2 mtd@cache /cache nosuid nodev
  9.  
  10.  
  11. Dell Venue ICS init
  12. on fs
  13. # mount mtd partitions
  14. # Mount /system rw first to give the filesystem a chance to save a checkpoint
  15. mount yaffs2 mtd@system /system
  16. mount yaffs2 mtd@system /system rw remount
  17. mount yaffs2 mtd@userdata /data nosuid nodev
  18. mount yaffs2 mtd@cache /cache nosuid nodev
  19. ##x1123 -added for ICS
  20. mount ext4 /dev/block/mtdblock6 /data noatime nosuid nodev nodiratime errors=continue barrier=0 noauto_da_alloc nobh data=writeback
  21. mount ext4 /dev/block/mtdblock7 /cache noatime nosuid nodev nodiratime errors=continue barrier=0 noauto_da_alloc nobh data=writeback
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement