Compile a customized ISO image based on Arch
The following are required to use jbuild:
- Arch-based distribution
Arch, EndeavourOS, etc.
for Manjaro, install archiso separately: archiso
- make
sudo pacman -S makeDownload from the JovarkOS Repo, install with pacman (JovarkOS repo added), or clone and run:
sudo maketo install the manpage and jbuild program.
Create blank releng profile to start building:
jbuild -p relengOptions: releng baseline
Build ISO file from the archlive directory with any modifications:
sudo jbuild -bRun the resulting ISO image in QEMU session:
jbuild -r jovarkos-2022.04.05-x86_64.iso- Fork the Project
- Commit your Changes
- Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
- Create manpage using help2man
help2man -N -n "Compile a customized ISO image based on Arch" -o man/jbuild.1 jbuild- Update
README.mdwith new version number - Update
jbuildwith new version number and release date