commit | e53665ed853fdcc6d5723e4893845cc8536e6189 | [log] [tgz] |
---|---|---|
author | John Stultz <john.stultz@linaro.org> | Tue Oct 06 05:33:49 2020 +0000 |
committer | John Stultz <john.stultz@linaro.org> | Tue Oct 06 06:23:32 2020 +0000 |
tree | 08d0848c80ccb1a20f2239e2c4cc26f05e478ec1 | |
parent | 70f37c65199443d2502da58ecb81a4be28d36d80 [diff] |
db845c: Unify fstab files to fix issues w/ adb remount The overlayfs remount handling of superpartitions expects the fstab to have all the partitions in it. This means we can't use the split between the ramdisk fstab and the vendor fstab that we have been previously. So this patch merges the two fstabs together. With this change "adb root; adb remount" works now. Signed-off-by: John Stultz <john.stultz@linaro.org> Change-Id: Iad408d5d3b1e4c9291a947cd44ee65f4aaef5c45