GSI: Documentation Suggestions

…Enter suggestions to improve documentation in this category. Do not raise bugs or issues here…

Manoj, thank you for setting this up!

As mentioned in the other thread, I’d suggest replacing the following line in the GSI documentation:

A slightly more complicated method is by extracting the kernel and reflashing it with the below command

with

A slightly more complicated method is to extract the kernel and to reflash it using the following command, where the file `boot.img` is obtained from a stock ROM downloaded from the device manufacturer:

Moreover, after the command line for flashing, I suggest the following addition:

For some devices, it may be necessary to also flash vbmeta.img, again obtained from the stock ROM:

fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img

Disclaimer: I have no clue if this is actually correct, it just made it work for me