diff --git a/doc/getting-started/gsg_quick_setup.sh b/doc/getting-started/gsg_quick_setup.sh index 0549bd933..d88db1e06 100644 --- a/doc/getting-started/gsg_quick_setup.sh +++ b/doc/getting-started/gsg_quick_setup.sh @@ -3,37 +3,46 @@ # SPDX-License-Identifier: BSD-3-Clause # # This script provides a quick and automatic setup of the SOS or UOS. -# You can also upgrade the SOS or UOS with a specified Clear Linux version. -# Also you should know that system may have boot problems once the script is running failed -# since it will modify various system parameters with full root access. +# You should run this script with root privilege since it will modify various system parameters. +# +# Note: +# This script is using /dev/sda1 as default EFI System Partition (ESP). +# The ESP may be different based on your hardware. +# It will typically be something like /dev/mmcblk0p1 on platforms that have an on-board eMMC +# Or /dev/nvme0n1p1 if your system has a non-volatile storage media attached via a PCI Express (PCIe) bus (NVMe). +# You should edit it to the right ESP before running this script. +# For example, you should change 'efi_partition' as following if you are using NVMe: +# efi_partition=/dev/nvme0n1p1 # # Usages: -# Upgrade sos to 28100 -# sudo