From dab14856c275c5697f980bae40e4143f70a348b5 Mon Sep 17 00:00:00 2001 From: lirui34 Date: Fri, 25 Oct 2019 19:42:27 +0800 Subject: [PATCH] doc: Add industry argument for auto setup script Also fix efibootmgr not set correct issue. Signed-off-by: lirui34 --- doc/getting-started/acrn_quick_setup.sh | 98 +++++++++++++------------ 1 file changed, 51 insertions(+), 47 deletions(-) diff --git a/doc/getting-started/acrn_quick_setup.sh b/doc/getting-started/acrn_quick_setup.sh index 50dce62d0..48514c0c0 100644 --- a/doc/getting-started/acrn_quick_setup.sh +++ b/doc/getting-started/acrn_quick_setup.sh @@ -2,29 +2,30 @@ # Copyright (C) 2019 Intel Corporation. # SPDX-License-Identifier: BSD-3-Clause # -# This script provides a quick and automatic setup of the SOS or UOS. +# This script provides a quick and automatic setup of the Service VM or User VM. # You should run this script with root privilege since it will modify various system parameters. # # Usages: -# Upgrade SOS to 31080 without reboot, it's highly recommended so that you can check configurations after upgrade SOS. +# Upgrade Service VM to 31080 without reboot, it's highly recommended so that you can check configurations after upgrade Service VM. # sudo