From 193e90e69145d61be1a436a62ccf97166001ebc4 Mon Sep 17 00:00:00 2001 From: Avinash Mehta Date: Thu, 19 Aug 2021 11:22:43 +0000 Subject: [PATCH] totalcompute: Add note mentioning avb is an optional parameter Signed-off-by: Avinash Mehta Change-Id: I64adaa67690ec526e3ff5847493312884c0dc8f5 --- docs/totalcompute/tc0/user-guide.rst | 2 ++ docs/totalcompute/tc1/user-guide.rst | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/totalcompute/tc0/user-guide.rst b/docs/totalcompute/tc0/user-guide.rst index e1dbea2..246f2bf 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 9fc7694..095324e 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: :: -- GitLab