mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-01 07:49:39 +00:00
update launch_uos.sh script
Documentation says to use CL version 21260, but sample script wasn't updated. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
83e78e16c7
commit
ed78db46ab
@ -19,7 +19,7 @@ mem_size=1000M
|
||||
acrn-dm -A -m $mem_size -c $2 -s 0:0,hostbridge -s 1:0,lpc -l com1,stdio \
|
||||
-s 5,virtio-console,@pty:pty_port \
|
||||
-s 6,virtio-hyper_dmabuf \
|
||||
-s 3,virtio-blk,/root/clear-21180-kvm.img \
|
||||
-s 3,virtio-blk,/root/clear-21260-kvm.img \
|
||||
-s 4,virtio-net,tap0 \
|
||||
-k /usr/lib/kernel/org.clearlinux.pk414-standard.4.14.23-19 \
|
||||
-B "root=/dev/vda3 rw rootwait noxsave maxcpus=$2 nohpet console=tty0 console=hvc0 \
|
||||
|
Loading…
Reference in New Issue
Block a user