sudo vim 00-installer-config.yaml
# 编辑配置文件
# 修改配置信息

# This is the network config written by 'subiquity'
network:
ethernets:
ens33:
dhcp4: no
dhcp6: no
addresses: [192.168.1.37/24]
gateway4: 192.168.1.1
nameservers:
addresses: [114.114.114.114,8.8.8.8]
version: 2
# 使配置生效
sudo