1 Star 0 Fork 92

Fengfei.XI / oemaker

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

oemaker

介绍

源码包oemaker保护两部分功能:iso制作和iso裁剪。相应的,会构建生成两个二进制RPM包:oemaker和isocut.

生成的二进制RPM包oemaker是一款用于构建DVD iso的工具,包括标准iso,debug iso, source iso, everything iso, everything debug iso, everything source, edge computing iso and netinst iso等

生成的二进制RPM包isocut是一款用于iso裁剪的构建工具,支持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

空文件

简介

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

发行版

暂无发行版

贡献者

全部

近期动态

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

搜索帮助