README.md 1.0 KB
Newer Older
Z
zhuchunyi 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
# oemaker

#### Description

`oemaker` is a building tool for making DVD iso, include standard iso, debug iso and source iso.
`oemaker` uses local arch when building, did not support cross building.
currently, `oemaker` support the arch of aarch64 and x86_64 for iso making.

#### Installation

To install `oemaker`, you can use `rpm` or `dnf` package manager command with openEuler repository.

Install oemaker with dnf
```sh
dnf install -y oemaker
```

#### Instructions

Generally, the disk space is more than 50g.

#### Contribution

Z
zhuchunyi 已提交
24
oemaker <font color=#0000FF >_[-h] [-t Type] [-p Product] [-v Version] [-r RELEASE] [-s REPOSITORY]_</font>
Z
zhuchunyi 已提交
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40

    optional arguments:
    -t Type
       ISO Type include standard debug and source

    -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)
Z
zhuchunyi 已提交
41 42 43

    -h 
       show the help message and exit