summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffy Chen <jeffy.chen@rock-chips.com>2015-12-15 18:09:57 +0800
committerleozwang <leozwang@google.com>2015-12-22 14:49:20 -0800
commitc0d7e53cf181b970fe5ce027a448da44e4a2d2cb (patch)
tree0af35a0109951309fec75eff0f7e7e2c90a1ecd6
parent6746afb5969cc3a8132deab6c3e2f1e05525ef50 (diff)
downloadkylin-c0d7e53cf181b970fe5ce027a448da44e4a2d2cb.tar.gz
TESTONLY: VENDOR: rockchip: fstab: use system_a as system
With new loader and new partition table, we change system partition to system_a & system_b. Change-Id: I83bc39be503f3e5da387e76f1021da97b1c58d91 Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
-rw-r--r--fstab9
1 files changed, 4 insertions, 5 deletions
diff --git a/fstab b/fstab
index 2d883d1..9113c1b 100644
--- a/fstab
+++ b/fstab
@@ -1,9 +1,8 @@
# Android fstab file.
-#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
+#<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/platform/1021c000.dwmmc/by-name/misc /misc emmc defaults defaults
-/dev/block/platform/1021c000.dwmmc/by-name/cache /cache ext4 noatime,nosuid,nodev defaults
-/dev/block/platform/1021c000.dwmmc/by-name/userdata /data ext4 noatime,nosuid,nodev defaults
-/dev/block/platform/1021c000.dwmmc/by-name/system /system ext4 ro,barrier=1,discard wait
+/dev/block/platform/1021c000.dwmmc/by-name/misc /misc emmc defaults defaults
+/dev/block/platform/1021c000.dwmmc/by-name/userdata /data ext4 noatime,nosuid,nodev defaults
+/dev/block/platform/1021c000.dwmmc/by-name/system_a /system ext4 ro,barrier=1,discard wait