Update doc/getting-started/gsg_quick_setup.sh

Co-Authored-By: lirui34 <48583653+lirui34@users.noreply.github.com>
This commit is contained in:
David Kinder 2019-03-21 18:48:53 +08:00
parent 07baa83ca5
commit 595744a3c8
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ sync
cp -r /usr/share/acrn/samples/nuc/launch_uos.sh ~/
sed -i "s/\(virtio-blk.*\)\/home\/clear\/uos\/uos.img/\1$(echo $uos_img | sed "s/\//\\\\\//g")/" ~/launch_uos.sh
echo "Upgrade UOS done..."
echo "Now you can run below command to start UOS..."
echo "Now you can run this command to start UOS..."
echo "# cd ~/ && ./launch_uos.sh"
}