diff options
| author | Woody Lin <woody_lin@htc.com> | 2016-02-19 03:15:26 +0800 |
|---|---|---|
| committer | Ed Tam <etam@google.com> | 2016-02-22 11:11:30 -0800 |
| commit | 1a54fa3afabd68afe916e179eb20bacb64b76f47 (patch) | |
| tree | 27efebb462fc59108a59fc3b33241b999ed66086 /fstab.common | |
| parent | afff1928cff0cb64e8a771bc864c4107c703f3f4 (diff) | |
marlin: fstab: mount system_a & system at the same time
To be compatible, always mount system_a & system before formal
solution of A/B boot is ready.
Change-Id: Ie51ea137eb34e0caf1e7e4a3f2db5124ee13cd5d
Signed-off-by: Woody Lin <woody_lin@htc.com>
Diffstat (limited to 'fstab.common')
| -rw-r--r-- | fstab.common | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fstab.common b/fstab.common index 8c9fec75..e12e1f0e 100644 --- a/fstab.common +++ b/fstab.common @@ -9,6 +9,7 @@ #/dev/block/bootdevice/by-name/system /system ext4 ro,barrier=1,discard wait #/dev/block/bootdevice/by-name/userdata /data ext4 nosuid,nodev,barrier=1,noauto_da_alloc,discard wait,check #/dev/block/platform/soc/624000.ufshc/by-name/system /system squashfs ro +/dev/block/platform/soc/624000.ufshc/by-name/system_a /system ext4 ro,barrier=1,discard wait /dev/block/platform/soc/624000.ufshc/by-name/system /system ext4 ro,barrier=1,discard wait /dev/block/platform/soc/624000.ufshc/by-name/userdata /data ext4 nosuid,nodev,barrier=1,noauto_da_alloc,discard wait,check #/devices/soc/74a4900.sdhci/mmc_host* /storage/sdcard1 vfat nosuid,nodev wait,voldmanaged=sdcard1:auto,encryptable=footer |
