Update doc/getting-started/gsg_quick_setup.sh

Thanks for your comments, I will fix it in next release.

Co-Authored-By: lirui34 <48583653+lirui34@users.noreply.github.com>
This commit is contained in:
Geoffroy Van Cutsem 2019-03-20 18:01:41 +08:00 committed by David Kinder
parent 7ff61fb874
commit a6df744047
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ if [[ $? -eq 0 ]]; then
echo "Add default boot to ACRN"
echo "default acrn" >> /mnt/loader/loader.conf
echo "Get latest sos file from EFI org.clearlinux: "
echo "Getting latest Service OS kernel version: "
new_kernel=`ls /mnt/EFI/org.clearlinux/*sos* -tl | grep kernel | head -n1 | awk -F'/' '{print $5}'`
echo "Get current sos kernel from acrn.conf file: "
cur_kernel=`cat /mnt/loader/entries/acrn.conf | sed -n 2p | cut -d'/' -f4`