换源
参考: https://github.com/xiangfeidexiaohuo/pve-diy/blob/master/pve.sh
命令
qm list
qm config 103
#显示网桥信息
brctl show vmbr0
# 启用串口, 可以在宿主机上连接,而不必使用web
qm stop 103
qm set 103 -serial0 socket
qm config 103 | grep serial
qm start 103
qm terminal 103
参考: https://github.com/xiangfeidexiaohuo/pve-diy/blob/master/pve.sh
qm list
qm config 103
#显示网桥信息
brctl show vmbr0
# 启用串口, 可以在宿主机上连接,而不必使用web
qm stop 103
qm set 103 -serial0 socket
qm config 103 | grep serial
qm start 103
qm terminal 103