diff --git a/docs/totalcompute/tc0/user-guide.rst b/docs/totalcompute/tc0/user-guide.rst index e1dbea27bab2558d092f3d2ab99cac424e97186b..246f2bffefff7086321e448bf411c06bf5b4dd40 100755 --- a/docs/totalcompute/tc0/user-guide.rst +++ b/docs/totalcompute/tc0/user-guide.rst @@ -135,6 +135,8 @@ The ``build-scripts/tc0/build_android.sh`` script in ``/android`` -d, --distro distro version, values supported [android-nano, android-swr] -a, --avb [OPTIONAL] avb boot, values supported [true, false], DEFAULT: false +The ``--avb`` option does not influence the way the system boots rather it adds an optional sanity check on the prerequisite images. + As an example, to build android with software rendering and AVB enabled, run the command: :: diff --git a/docs/totalcompute/tc1/user-guide.rst b/docs/totalcompute/tc1/user-guide.rst index 9fc76948751f3f1f7d1b9b7f05ce0e4f101908b3..095324e46f665e9171a20752569d141617137902 100755 --- a/docs/totalcompute/tc1/user-guide.rst +++ b/docs/totalcompute/tc1/user-guide.rst @@ -135,6 +135,8 @@ The ``build-scripts/tc1/build_android.sh`` script in ``/android`` -d, --distro distro version, values supported [android-nano, android-swr] -a, --avb [OPTIONAL] avb boot, values supported [true, false], DEFAULT: false +The ``--avb`` option does not influence the way the system boots rather it adds an optional sanity check on the prerequisite images. + As an example, to build android with software rendering and AVB enabled, run the command: ::