From 3e7f32cced78e4265e5cc1d6a26a6f91523772e3 Mon Sep 17 00:00:00 2001 From: Zhao Yakui Date: Tue, 23 Jul 2019 08:59:58 +0800 Subject: [PATCH] remove the CL release number and use the default name for uos image. Later it can be updated/changed by installation script. --- devicemodel/samples/nuc/launch_uos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicemodel/samples/nuc/launch_uos.sh b/devicemodel/samples/nuc/launch_uos.sh index f2b429a53..67f634be8 100755 --- a/devicemodel/samples/nuc/launch_uos.sh +++ b/devicemodel/samples/nuc/launch_uos.sh @@ -47,7 +47,7 @@ acrn-dm -A -m $mem_size -c $2 -s 0:0,hostbridge -s 1:0,lpc -l com1,stdio \ -s 2,passthru,0/2/0 \ -s 5,virtio-console,@pty:pty_port \ -s 6,virtio-hyper_dmabuf \ - -s 3,virtio-blk,/home/clear/clear-29200-kvm.img \ + -s 3,virtio-blk,/home/clear/uos/uos.img \ -s 4,virtio-net,tap0 \ -s 7,passthru,0/14/0 \ -s 8,passthru,0/d/0 \