summaryrefslogtreecommitdiff
path: root/configs/lxde-openrc/profiledef.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configs/lxde-openrc/profiledef.sh')
-rw-r--r--configs/lxde-openrc/profiledef.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/configs/lxde-openrc/profiledef.sh b/configs/lxde-openrc/profiledef.sh
new file mode 100644
index 0000000..c86b846
--- /dev/null
+++ b/configs/lxde-openrc/profiledef.sh
@@ -0,0 +1,12 @@
+#!/usr/bin/env bash
+# shellcheck disable=SC2034
+
+iso_name="parabola-openrc-lxde"
+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.refind.esp' 'uefi-x64.refind.eltorito')
+arch="dual"
+pacman_conf="pacman.conf"