diff options
| author | Nick Desaulniers <ndesaulniers@google.com> | 2016-05-31 21:54:41 +0000 |
|---|---|---|
| committer | Nick Desaulniers <ndesaulniers@google.com> | 2016-05-31 21:57:30 +0000 |
| commit | 9ad898564e277aa6f9e7e4cfa89f724da0b1a86e (patch) | |
| tree | 8c1379f10d87d8225faf25a812d6249e78eac32c /fstab.common | |
| parent | 166f762e5aaeb02efda1ed6cd5e061ed0b2c82ff (diff) | |
Revert "fstab: Change root device for /"
Bug: 29043680
Bug: 28845874
This reverts commit 166f762e5aaeb02efda1ed6cd5e061ed0b2c82ff.
Change-Id: Id65f820980f2085f0218e4a96e58c6872038468d
Diffstat (limited to 'fstab.common')
| -rw-r--r-- | fstab.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fstab.common b/fstab.common index aa54ccec..20b4ab65 100644 --- a/fstab.common +++ b/fstab.common @@ -6,7 +6,7 @@ # Currently we dont have e2fsck compiled. So fs check would failed. #<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags> -/dev/dm-0 / ext4 ro,barrier=1,discard wait +/dev/block/bootdevice/by-name/system / ext4 ro,barrier=1,discard wait,slotselect #/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/bootdevice/by-name/userdata /data ext4 nosuid,nodev,barrier=1,noauto_da_alloc,discard wait,check,formattable,fileencryption=ice |
