1 Star 0 Fork 50

yueyuankun / oemaker_3

forked from openEuler / oemaker 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 2.71 KB
一键复制 编辑 原始数据 按行查看 历史

oemaker

Description

The source package oemaker has three functions: ISO making and splitting and compile_env making. Accordingly, three software packages are generated: oemaker and isocut and envmaker.

The generated binary RPM oemaker is a build tool for making DVD ISOs, including the Standard ISO, Debug ISO, Source ISO, Everything ISO, Everything Source ISO, Everything Debug ISO, LiveCD ISO, and Netinstall ISO.

The generated binary RPM isocut is a build tool for ISO splitting, which supports only package-level RPM.

The generated binary RPM envmaker is a build tool for making compile_env.

Installation

To install oemaker and isocut and envmaker, you can use the rpm or dnf package manager command with the openEuler repository.

Install oemaker with dnf

dnf install -y oemaker

Install isocut with dnf

dnf install -y isocut

使用 dnf 安装 envmaker

dnf install -y envmaker

Instruction

Generally, the disk space must be more than 50 GB.

Usage

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, livecd, 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

-c    Cut packages, yes/no, default is yes

isocut 详细文档请查看《镜像裁剪定制工具使用指南》:

https://gitee.com/openeuler/docs/blob/9d89e4e41e7824f984ebc7a00b5f1241b84d1f85/docs/zh/docs/Isocut/%E9%95%9C%E5%83%8F%E8%A3%81%E5%89%AA%E5%AE%9A%E5%88%B6%E5%B7%A5%E5%85%B7%E4%BD%BF%E7%94%A8%E6%8C%87%E5%8D%97.md
envmaker

envmaker [-p Product] [-v Version]

Optional arguments:

-p    Product name,for example, openEuler_compile_env

-v    Version identifier
1
https://gitee.com/yue-yuankun/oemaker_3.git
git@gitee.com:yue-yuankun/oemaker_3.git
yue-yuankun
oemaker_3
oemaker_3
master

搜索帮助