mirror of
https://github.com/superconvert/smart-os.git
synced 2024-11-22 10:10:02 +08:00
Update 03_run_qemu.sh
This commit is contained in:
parent
a44a428648
commit
bf5b9bce57
@ -98,7 +98,7 @@ fi
|
||||
rm -rf ./qemu.log
|
||||
disk="-drive format=raw,file=disk.img"
|
||||
logfile="-serial file:./qemu.log"
|
||||
network="-netdev tap,id=nd0,ifname=tap0 -device e1000,netdev=nd0"
|
||||
network="-netdev tap,id=nd0,ifname=tap0,script=no,downscript=no -device e1000,netdev=nd0"
|
||||
# 启动镜像 网络对应 run_nat.sh 里面的配置
|
||||
qemu-system-x86_64 ${disk} ${sdb_img} ${network} ${logfile}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user