#!/usr/bin/env bash # Minimal test profile for Debate ISO builds # UEFI-only for simplicity (no legacy BIOS support) 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=('uefi-x64.systemd-boot.esp' 'uefi-x64.systemd-boot.eltorito') arch="x86_64" pacman_conf="pacman.conf" airootfs_image_type="squashfs" airootfs_image_tool_options=('-comp' 'zstd')