Development
- In order to build the images, the following packages need to be installed on the system:
bsdtar(On debian, this is part of the libarchive-tools package)xorrisoqemu-system-x86
Setup
Create a virtual environment and install the builder using pip:
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip tox && pip install -e ".[dev]"
Basic Usage
Generate the ISO with the following command:
voraus-debian-iso build