#!/usr/bin/env bash # Minimal test profile for Debate ISO builds iso_name="debate-test" iso_label="DEBATE_TEST" iso_publisher="Debate Platform " iso_application="Debate Test ISO" iso_version="test" install_dir="arch" buildmodes=('iso') bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito') arch="x86_64" pacman_conf="pacman.conf" airootfs_image_type="squashfs" airootfs_image_tool_options=('-comp' 'xz' '-b' '1M')