#!/usr/bin/env bash # M-Archy archiso profile — based on releng iso_name="m-archy" iso_label="M_ARCHY_$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y%m)" iso_publisher="The_miro " iso_application="M-Archy Arch Linux Installer" iso_version="$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y.%m.%d)" install_dir="arch" buildmodes=('iso' 'netboot') 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') bootstrap_tarball_compression=('zstd' '-c' '-T0' '--auto-threads=logical' '--long' '-19') file_permissions=( ["/etc/shadow"]="0:0:400" ["/etc/mkinitcpio.conf.d/archiso.conf"]="0:0:644" ["/root"]="0:0:750" ["/root/.automated_script.sh"]="0:0:755" ["/root/.zlogin"]="0:0:644" # /installer holds every installer script (build.sh embeds the whole setup/ # tree there, plus a full repo snapshot at /installer/dotfiles). Only the # entry points need an explicit mode here — build.sh chmods the rest, and # everything below them is invoked as `bash