We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff61fb commit a6df744Copy full SHA for a6df744
doc/getting-started/gsg_quick_setup.sh
@@ -82,7 +82,7 @@ if [[ $? -eq 0 ]]; then
82
echo "Add default boot to ACRN"
83
echo "default acrn" >> /mnt/loader/loader.conf
84
85
- echo "Get latest sos file from EFI org.clearlinux: "
+ echo "Getting latest Service OS kernel version: "
86
new_kernel=`ls /mnt/EFI/org.clearlinux/*sos* -tl | grep kernel | head -n1 | awk -F'/' '{print $5}'`
87
echo "Get current sos kernel from acrn.conf file: "
88
cur_kernel=`cat /mnt/loader/entries/acrn.conf | sed -n 2p | cut -d'/' -f4`
0 commit comments