Use first_stage_mount feature for 4.19
This allows us to deprecate the dtb fstab dependency. Because 4.19 also
does not support android-verity, disable the feature at the same time.
Bug: 121043321
Test: not yet tested
Change-Id: I9c2a8c140ed64faecee0d66e00033fdffa398a4b
Signed-off-by: Alistair Strachan <astrachan@google.com>
diff --git a/fstab.ramdisk b/fstab.ramdisk
new file mode 100644
index 0000000..f64417e
--- /dev/null
+++ b/fstab.ramdisk
@@ -0,0 +1,2 @@
+/dev/block/by-name/system /system ext4 ro,errors=panic wait,first_stage_mount
+/dev/block/by-name/vendor /vendor ext4 ro,errors=panic wait,first_stage_mount