Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 1202310 - Set default system partition mount to read-write.
Browse files Browse the repository at this point in the history
  • Loading branch information
johndai1984 committed Nov 11, 2015
1 parent 8d4018e commit 92ca190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fstab.goldfish
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
# The filesystem that contains the filesystem checker binary (typically /system) cannot
# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
/dev/block/mtdblock0 /system ext4 ro,barrier=1 wait
/dev/block/mtdblock0 /system ext4 rw,barrier=1 wait
/dev/block/mtdblock1 /data ext4 noatime,nosuid,nodev,barrier=1,nomblk_io_submit,sync wait,check
/dev/block/mtdblock2 /cache ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait,check
/devices/platform/goldfish_mmc.0 auto vfat defaults voldmanaged=sdcard:auto

0 comments on commit 92ca190

Please sign in to comment.