10 Star 16 Fork 89

src-openEuler / oemaker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

oemaker

介绍

oemaker源码包拥有三部分功能:iso 格式光盘映像的制作和裁剪和通用编译环境制作。相应地,oemaker 源码包会生成三个软件包:oemakerisocutenvmaker

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

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

生成的二进制 RPM 包 envmaker 是用于制作通用编译环境的构建工具。

安装教程

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

使用 dnf 安装 oemaker

dnf install -y oemaker

使用 dnf 安装 isocut

dnf install -y isocut

使用 dnf 安装 envmaker

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

envmaker [-p Product] [-v Version]

Optional arguments:

-p    Product name,for example, openEuler_compile_env

-v    Version identifier

空文件

简介

a building tool for making DVD iso 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/src-openeuler/oemaker.git
git@gitee.com:src-openeuler/oemaker.git
src-openeuler
oemaker
oemaker
master

搜索帮助