Skip to content

Commit a6df744

Browse files
Geoffroy Van Cutsemlirui34
authored andcommitted
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>
1 parent 7ff61fb commit a6df744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/getting-started/gsg_quick_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ if [[ $? -eq 0 ]]; then
8282
echo "Add default boot to ACRN"
8383
echo "default acrn" >> /mnt/loader/loader.conf
8484

85-
echo "Get latest sos file from EFI org.clearlinux: "
85+
echo "Getting latest Service OS kernel version: "
8686
new_kernel=`ls /mnt/EFI/org.clearlinux/*sos* -tl | grep kernel | head -n1 | awk -F'/' '{print $5}'`
8787
echo "Get current sos kernel from acrn.conf file: "
8888
cur_kernel=`cat /mnt/loader/entries/acrn.conf | sed -n 2p | cut -d'/' -f4`

0 commit comments

Comments
 (0)