1
0
mirror of https://github.com/rancher/os.git synced 2025-09-04 00:04:25 +00:00

Add virtio-rng-pci params

This commit is contained in:
Jason-ZW
2018-10-29 09:12:05 +08:00
committed by niusmallnan
parent 0e35ee7e53
commit 44388ae853
4 changed files with 7 additions and 3 deletions

View File

@@ -45,7 +45,8 @@ qemu-system-${QEMUARCH} -serial mon:stdio \
-nographic \
-display none \
-fsdev local,id=conf,security_model=none,path=$(pwd)/build \
-device virtio-9p-pci,fsdev=conf,mount_tag=config-2
-device virtio-9p-pci,fsdev=conf,mount_tag=config-2 \
-device virtio-rng-pci
[ -f build/success ]