diff --git a/doc/getting-started/gsg_quick_setup.sh b/doc/getting-started/gsg_quick_setup.sh index d88db1e06..b7413dc2b 100644 --- a/doc/getting-started/gsg_quick_setup.sh +++ b/doc/getting-started/gsg_quick_setup.sh @@ -5,15 +5,6 @@ # This script provides a quick and automatic setup of the SOS or UOS. # 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 without reboot, it's highly recommended so that you can check configurations after upgrade SOS. # sudo