#!/usr/bin/env bash iso_name="tonarchy" iso_label="TONARCHY_$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y%m)" iso_publisher="Tony " iso_application="Tonarchy Installer" iso_version="$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y.%m.%d)" install_dir="arch" buildmodes=('iso') bootmodes=('bios.syslinux' 'uefi.systemd-boot') arch="x86_64" pacman_conf="pacman.conf" airootfs_image_type="squashfs" airootfs_image_tool_options=('-comp' 'zstd' '-Xcompression-level' '15' '-b' '512K') bootstrap_tarball_compression=('zstd' '-c' '-T0' '--auto-threads=logical' '--long' '-19') file_permissions=( ["/root/.automated_script.sh"]="0:0:755" ["/usr/local/bin/tonarchy"]="0:0:755" ["/etc/shadow"]="0:0:400" ["/etc/gshadow"]="0:0:400" )