From e8c9286e4869fc62e65590a7235006ae234fbe1f Mon Sep 17 00:00:00 2001 From: Rong Tao Date: Tue, 18 Jul 2023 08:57:54 +0800 Subject: [PATCH] README.zh.md: Remove the character '^M' at the end of the line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Special characters: dnf install -y isocut^M ```^M ^M #### 使用说明^M ^M 一般要求磁盘空间大于 50G。^M ^M #### 使用方法^M ^M ##### oemaker^M ^M Signed-off-by: Rong Tao --- README.zh.md | 176 +++++++++++++++++++++++++-------------------------- 1 file changed, 88 insertions(+), 88 deletions(-) diff --git a/README.zh.md b/README.zh.md index 9432117..51f8d7b 100644 --- a/README.zh.md +++ b/README.zh.md @@ -1,89 +1,89 @@ -# oemaker - -#### 介绍 - -`oemaker`源码包拥有三部分功能:iso 格式光盘映像的制作和裁剪和通用编译环境制作。相应地,`oemaker` 源码包会生成三个软件包:`oemaker` 和 `isocut` 和 `envmaker`。 - -生成的二进制 RPM 包 `oemaker` 是用于制作 DVD 光盘映像的构建工具,可制作的映像包括 standard iso、debug iso、source iso、everything iso、everything source iso、everything debug iso 和 netinst iso。 - -生成的二进制 RPM 包 `isocut` 是用于裁剪光盘映像的构建工具,支持在 RPM 包级别进行裁剪。 - -生成的二进制 RPM 包 `envmaker` 是用于制作通用编译环境的构建工具。 - -#### 安装教程 - -可以使用 `rpm` 或 `dnf` 软件包管理器命令通过 openEuler repository 来安装 `oemaker` 和 `isocut` 和 `envmaker`。 - -使用 `dnf` 安装 `oemaker` -```sh -dnf install -y oemaker -``` - -使用 `dnf` 安装 `isocut` -```sh -dnf install -y isocut -``` - -使用 `dnf` 安装 `envmaker` -```sh -dnf install -y envmaker -``` - -#### 使用说明 - -一般要求磁盘空间大于 50G。 - -#### 使用方法 - -##### oemaker - -oemaker _[-h] [-t Type] [-p Product] [-v Version] [-r RELEASE] [-s REPOSITORY]_ - - Optional arguments: - - -t ISO type, including standard, debug, source, everything, everything_debug, everything_src, and netinst - - -p Product name, for example, openEuler - - -v Version number - - -r Release information - - -s Source dnf repository address link (may be listed multiple times) - - -h Show the help message and exit - -##### isocut - -isocut _[-h] [-t temporary path] [-r extern rpm path] [-k kickstart file path] origin-iso dest-iso_ - - Positional arguments: - - origin-iso origin iso image - dest-iso destination iso image - - Optional arguments: - - -t The temporary path, which must be an absolute path and must be greater than 8 GB - - -r The external RPM package path - - -k The kickstart file path - - -p The product name - - -v The version number - - -i The path of background pictures during the installation - - -h Show the help message and exit - -##### envmaker - -envmaker _[-p Product] [-v Version]_ - - Optional arguments: - - -p Product name,for example, openEuler_compile_env - +# oemaker + +#### 介绍 + +`oemaker`源码包拥有三部分功能:iso 格式光盘映像的制作和裁剪和通用编译环境制作。相应地,`oemaker` 源码包会生成三个软件包:`oemaker` 和 `isocut` 和 `envmaker`。 + +生成的二进制 RPM 包 `oemaker` 是用于制作 DVD 光盘映像的构建工具,可制作的映像包括 standard iso、debug iso、source iso、everything iso、everything source iso、everything debug iso 和 netinst iso。 + +生成的二进制 RPM 包 `isocut` 是用于裁剪光盘映像的构建工具,支持在 RPM 包级别进行裁剪。 + +生成的二进制 RPM 包 `envmaker` 是用于制作通用编译环境的构建工具。 + +#### 安装教程 + +可以使用 `rpm` 或 `dnf` 软件包管理器命令通过 openEuler repository 来安装 `oemaker` 和 `isocut` 和 `envmaker`。 + +使用 `dnf` 安装 `oemaker` +```sh +dnf install -y oemaker +``` + +使用 `dnf` 安装 `isocut` +```sh +dnf install -y isocut +``` + +使用 `dnf` 安装 `envmaker` +```sh +dnf install -y envmaker +``` + +#### 使用说明 + +一般要求磁盘空间大于 50G。 + +#### 使用方法 + +##### oemaker + +oemaker _[-h] [-t Type] [-p Product] [-v Version] [-r RELEASE] [-s REPOSITORY]_ + + Optional arguments: + + -t ISO type, including standard, debug, source, everything, everything_debug, everything_src, and netinst + + -p Product name, for example, openEuler + + -v Version number + + -r Release information + + -s Source dnf repository address link (may be listed multiple times) + + -h Show the help message and exit + +##### isocut + +isocut _[-h] [-t temporary path] [-r extern rpm path] [-k kickstart file path] origin-iso dest-iso_ + + Positional arguments: + + origin-iso origin iso image + dest-iso destination iso image + + Optional arguments: + + -t The temporary path, which must be an absolute path and must be greater than 8 GB + + -r The external RPM package path + + -k The kickstart file path + + -p The product name + + -v The version number + + -i The path of background pictures during the installation + + -h Show the help message and exit + +##### envmaker + +envmaker _[-p Product] [-v Version]_ + + Optional arguments: + + -p Product name,for example, openEuler_compile_env + -v Version identifier \ No newline at end of file -- Gitee