summaryrefslogtreecommitdiff
path: root/configs/releng-openrc/profiledef.sh
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2021-08-14 19:59:43 -0400
committerDavid P <megver83@parabola.nu>2021-08-14 20:02:12 -0400
commit3cb2f96bb185feb0804ee2920b7331f21d35e97e (patch)
tree5dbfbf5dc5ee71f763c72ea42b4bf4d4f2de44d6 /configs/releng-openrc/profiledef.sh
parent845a476957a00953445e2c7bbc1914e6700721c3 (diff)
move non-archiso configs to parabolaiso-configs.git
other changes: * mkparabolaiso: set image_name_$arch variables at the beginning of _build_buildmode_bootstrap() Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'configs/releng-openrc/profiledef.sh')
-rw-r--r--configs/releng-openrc/profiledef.sh28
1 files changed, 0 insertions, 28 deletions
diff --git a/configs/releng-openrc/profiledef.sh b/configs/releng-openrc/profiledef.sh
deleted file mode 100644
index fe657de..0000000
--- a/configs/releng-openrc/profiledef.sh
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/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"
-iso_version="$(date +%Y.%m.%d)"
-install_dir="parabola"
-buildmodes=('iso')
-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')
-file_permissions=(
- ["/etc/local.d/choose-mirror.start"]="0:0:755"
- ["/etc/local.d/etc-pacman.d-gnupg.start"]="0:0:755"
- ["/etc/local.d/livecd-talk.start"]="0:0:755"
- ["/etc/local.d/pacman-init.start"]="0:0:755"
- ["/etc/NetworkManager/dispatcher.d/reflector"]="0:0:755"
- ["/etc/shadow"]="0:0:400"
- ["/root"]="0:0:750"
- ["/root/.automated_script.sh"]="0:0:755"
- ["/usr/local/bin/choose-mirror"]="0:0:755"
- ["/usr/local/bin/Installation_guide"]="0:0:755"
- ["/usr/local/bin/livecd-sound"]="0:0:755"
-)