From e99e673fee0170002f3acf9ab6bf5f4dafdee408 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Sun, 22 Oct 2023 23:36:12 +0800 Subject: [PATCH] Update lxd_custom.md --- docs/guide/lxd_custom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/lxd_custom.md b/docs/guide/lxd_custom.md index 0437bd31ac..a9708aa170 100644 --- a/docs/guide/lxd_custom.md +++ b/docs/guide/lxd_custom.md @@ -40,7 +40,7 @@ sudo systemctl start networking sudo systemctl enable networking ``` -然后重启服务器,等待自动安装成功,且执行```uptime```观察启动已超过1分钟后,再进行后续步骤 +然后重启服务器,检验机器的网络是否会因为修改出现重启失联的情况,且执行```uptime```观察启动已超过1分钟后,再进行后续步骤 如果是是前者inactive,后者active,则不需要切换网络管理程序,直接进行后续操作即可。