# oemaker-open **Repository Path**: kuhnchen18/oemaker-open ## Basic Information - **Project Name**: oemaker-open - **Description**: a building tool for making DVD ISO - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 63 - **Created**: 2021-02-27 - **Last Updated**: 2024-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # oemaker #### Description `oemaker` is a building tool for making DVD iso, include standard iso, debug iso, source iso, everything iso, everything source iso,everything debug iso and netinst 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 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