summaryrefslogtreecommitdiff
path: root/configs/talkingparabola/profiledef.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configs/talkingparabola/profiledef.sh')
-rw-r--r--configs/talkingparabola/profiledef.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/configs/talkingparabola/profiledef.sh b/configs/talkingparabola/profiledef.sh
deleted file mode 100644
index e62388f..0000000
--- a/configs/talkingparabola/profiledef.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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"