a start job is running for wait for network to be configured
系统: ubuntu-18.04.3-live-server-amd64
a start job is running for wait for network to be configured 今天虚拟机开机遇到一个问题,当我拔掉网卡网线后,开机就出现一个读条
修改 /etc/netplan/50-cloud-init.yaml
vim /etc/netplan/50-cloud-init.yaml
添加 optional: true
network:
network:
ethernets:
enp0s3:
addresses:
- 192.168.56.20/24
optional: true
enp0s8:
dhcp4: yes
version: 2
使用
netplan apply
读条消失