summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2022-04-27 01:29:54 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2022-04-27 01:29:54 -0400
commita019c01b17fabe5556c163c792ad61c3dbf12615 (patch)
tree625d6109e92eb6e965af4998813bae5781a07d4f
parent8fd31094d702e48594e2d4004cf0dd06e139364b (diff)
add image filename to profile config
-rw-r--r--configs/releng-openrc/profiledef.sh12
1 files changed, 7 insertions, 5 deletions
diff --git a/configs/releng-openrc/profiledef.sh b/configs/releng-openrc/profiledef.sh
index 1d01d56..f6d1fe5 100644
--- a/configs/releng-openrc/profiledef.sh
+++ b/configs/releng-openrc/profiledef.sh
@@ -1,14 +1,16 @@
#!/usr/bin/env bash
# shellcheck disable=SC2034
-iso_name="parabola-openrc"
-iso_label="PARA_$(date +%Y%m)"
-iso_publisher="Parabola GNU/Linux-libre <https://parabola.nu>"
-iso_application="Parabola GNU/Linux-libre Live/Rescue CD"
+arch="dual"
+wmde="cli"
iso_version="$(date +%Y.%m.%d)"
+img_name="parabola-${arch}-openrc-${wmde}-${iso_version}.iso"
+iso_name="parabola-${arch}-openrc-${wmde}"
+iso_label="PARA_$(date +%Y%m)"
+iso_publisher="Parabola GNU/Linux-libre <https://www.parabola.nu>"
+iso_application="Parabola GNU/Linux-libre Live/Rescue ISO"
install_dir="parabola"
bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.refind.esp' 'uefi-x64.refind.eltorito')
-arch="dual"
pacman_conf="pacman.conf"
airootfs_image_type="squashfs"
airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86' '-b' '1M' '-Xdict-size' '1M')