From e63a89043a50d8c30b350f38fe669d41d14734d1 Mon Sep 17 00:00:00 2001 From: cjbzl Date: Mon, 7 Apr 2025 07:20:34 +0000 Subject: [PATCH] English Translation Signed-off-by: cjbzl --- .../using-kickstart-for-automatic-installation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/docs/Installation/using-kickstart-for-automatic-installation.md b/docs/en/docs/Installation/using-kickstart-for-automatic-installation.md index e731b9de0..680b42bd6 100644 --- a/docs/en/docs/Installation/using-kickstart-for-automatic-installation.md +++ b/docs/en/docs/Installation/using-kickstart-for-automatic-installation.md @@ -4,7 +4,7 @@ - [Using Kickstart for Automatic Installation](#using-kickstart-for-automatic-installation) - [Introduction](#introduction) - [Overview](#overview) - - [Advantages and Disadvantages](#advantages-and-disadvantages) + - [Comparison of advantages and disadvantages](#advantages-and-disadvantages) - [Background](#background) - [Semi-automatic Installation Guide](#semi-automatic-installation-guide) - [Environment Requirements](#environment-requirements) @@ -24,11 +24,11 @@ You can use the kickstart tool to automatically install the openEuler OS in eith - Semi-automatic installation: You only need to specify the location of the kickstart file. Kickstart automatically configures OS attributes such as keyboard, language, and partitions. - Automatic installation: The OS is automatically installed. -### Advantages and Disadvantages +### Comparison of advantages and disadvantages -[Table 1](#table1388812373315) lists the advantages and disadvantages of semi-automatic installation and full-automatic installation using kickstart. You can select an installation mode as required. +[Table 1](#table1388812373315) lists the Comparison of advantages and disadvantages of semi-automatic installation and full-automatic installation using kickstart. You can select an installation mode as required. -**Table 1** Advantages and disadvantages +**Table 1** Comparison of advantages and disadvantages

Installation Mode

-- Gitee