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 make
Download from the JovarkOS Repo, install with pacman
(JovarkOS repo added), or clone and run:
sudo make
to install the manpage and jbuild
program.
Create blank releng
profile to start building:
jbuild -p releng
Options: releng baseline
Build ISO file from the archlive
directory with any modifications:
sudo jbuild -b
Run 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.md
with new version number - Update
jbuild
with new version number and release date