From 11239ae654aede1533e24796309f8ba4c93fdd43 Mon Sep 17 00:00:00 2001 From: "ailin,yang" Date: Mon, 16 Jul 2018 17:39:29 +0800 Subject: [PATCH] update launch_uos.sh to align with ACRN v0.1 update the kernel version to align with ACRN v0.1 and Clear version for UOS Signed-off-by: ailun258 ailin.yang@intel.com --- devicemodel/samples/nuc/launch_uos.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devicemodel/samples/nuc/launch_uos.sh b/devicemodel/samples/nuc/launch_uos.sh index 27923cea1..f1f00d628 100755 --- a/devicemodel/samples/nuc/launch_uos.sh +++ b/devicemodel/samples/nuc/launch_uos.sh @@ -23,9 +23,9 @@ acrn-dm -A -m $mem_size -c $2 -s 0:0,hostbridge -s 1:0,lpc -l com1,stdio \ -s 2,pci-gvt -G "$3" \ -s 5,virtio-console,@pty:pty_port \ -s 6,virtio-hyper_dmabuf \ - -s 3,virtio-blk,/root/clear-21260-kvm.img \ + -s 3,virtio-blk,/root/clear-23690-kvm.img \ -s 4,virtio-net,tap0 \ - -k /usr/lib/kernel/org.clearlinux.pk414-standard.4.14.23-19 \ + -k /usr/lib/kernel/org.clearlinux.pk414-standard.4.14.52-63 \ -B "root=/dev/vda3 rw rootwait maxcpus=$2 nohpet console=tty0 console=hvc0 \ console=ttyS0 no_timer_check ignore_loglevel log_buf_len=16M \ consoleblank=0 tsc=reliable i915.avail_planes_per_pipe=$4 \