Skip to content

命令行安装KVM虚拟化系统

命令行运行

virt-install \
    --name=openwrt \
    --vcpus=1 \
    --ram=512 \
    --os-type=linux \
    --disk path=/kvm/disk/openwrt.img,bus=ide \
    --autostart \
    --network bridge=br0,model=e1000 \
    --network bridge=br0,model=e1000 \
    --import \
    --noautoconsole \
    --graphics vnc,listen=0.0.0.0,password=000000