Description of problem: 旧版 cloudinit 启动时会依赖 systemd-networkd-wait-online.service,导致启动时间很长 Version-Release number of selected component (if applicable): How reproducible: 在 ecs 上启动一个山海平台制作的 anolis23 vhd,就可以观察到 cloudinit 在等待 systemd-networkd-wait-online.service 根本原因可能是山海平台安装的cloudinit 是旧版的,里面还有 After=systemd-networkd-wait-online.service,这个 service 在 anolis23 里已经没有了