1 Star 0 Fork 50

周文培 / oemaker_1

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

oemaker

介绍

oemaker源码包拥有两部分功能:iso 格式光盘映像的制作和裁剪。相应地,oemaker 源码包会生成两个软件包:oemakerisocut

生成的二进制 RPM 包 oemaker 是用于制作 DVD 光盘映像的构建工具,可制作的映像包括 standard iso、debug iso、source iso、everything iso、everything source iso、everything debug iso 和 netinst iso。

生成的二进制 RPM 包 isocut 是用于裁剪光盘映像的构建工具,支持在 RPM 包级别进行裁剪。

安装教程

可以使用 rpmdnf 软件包管理器命令通过 openEuler repository 来安装 oemakerisocut

使用 dnf 安装 oemaker

dnf install -y oemaker

使用 dnf 安装 isocut

dnf install -y isocut

使用说明

一般要求磁盘空间大于 50G。

使用方法

oemaker

oemaker [-h] [-t Type] [-p Product] [-v Version] [-r RELEASE] [-s REPOSITORY]

optional arguments:
-t Type
   ISO Type include standard debug source everything everything_debug everything_src and netinst

-p Product
   Product Name, such as: openEuler

-v Version
   version identifier

-r RELEASE
   release information

-s REPOSITORY
   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 8g
-r    extern rpm packages path
-k    kickstart file path
-h    show the help message and exit
1
https://gitee.com/zhouwenpei/oemaker_1.git
git@gitee.com:zhouwenpei/oemaker_1.git
zhouwenpei
oemaker_1
oemaker_1
master

搜索帮助