From 1069da89c27bf13dc71aaf55818cf0f08ce5ef1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=96=9B=E6=96=87=E7=8F=8D?= Date: Mon, 6 Mar 2023 03:30:31 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A4=B1=E6=95=88=E7=9A=84?= =?UTF-8?q?=E8=B6=85=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 薛文珍 --- .../\344\275\277\347\224\250\346\226\271\346\263\225.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/docs/zh/docs/KernelLiveUpgrade/\344\275\277\347\224\250\346\226\271\346\263\225.md" "b/docs/zh/docs/KernelLiveUpgrade/\344\275\277\347\224\250\346\226\271\346\263\225.md" index 2ab6a5770..e4b892cee 100644 --- "a/docs/zh/docs/KernelLiveUpgrade/\344\275\277\347\224\250\346\226\271\346\263\225.md" +++ "b/docs/zh/docs/KernelLiveUpgrade/\344\275\277\347\224\250\346\226\271\346\263\225.md" @@ -64,7 +64,7 @@ WantedBy=multi-user.target ``` -2. 使用加速特性需要修改cmdline以及分配合适的内存,参见[此处](#nvwa加速特性说明及使用) +2. 使用加速特性需要修改cmdline以及分配合适的内存,参见[此处](#加速特性说明及使用) 3. 运行过程中需要关闭SELINUX -- Gitee