Skip to content

Script used to compile an ISO for JovarkOS

License

Notifications You must be signed in to change notification settings

JovarkOS/jovarkos-jbuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


JBuild

Compile a customized ISO image based on Arch

Downloads Contributors Issues License

Prerequisites

The following are required to use jbuild:

  • Arch-based distribution
Arch, EndeavourOS, etc. 

for Manjaro, install archiso separately: archiso

  • make
sudo pacman -S make

Installation

Download from the JovarkOS Repo, install with pacman (JovarkOS repo added), or clone and run:

sudo make

to install the manpage and jbuild program.

Usage

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

Creating A Pull Request

  1. Fork the Project
  2. Commit your Changes
  3. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Repo Maintenence

  • 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