summaryrefslogtreecommitdiff
path: root/configs/talkingparabola/profiledef.sh
blob: e62388f736462d9c2bec3c5fa2613282aa6e98af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env bash
# shellcheck disable=SC2034

iso_name="talkingparabola"
iso_label="PARA_$(date +%Y%m)"
iso_publisher="Parabola GNU/Linux-libre <https://www.parabola.nu>"
iso_application="Parabola GNU/Linux-libre Live/Rescue CD"
iso_version="$(date +%Y.%m.%d)"
install_dir="parabola"
bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.systemd-boot.esp' 'uefi-x64.systemd-boot.eltorito')
arch="dual"
pacman_conf="pacman.conf"