Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Runge <dvzrv@archlinux.org>2021-05-09 10:54:46 +0200
committerDavid Runge <dvzrv@archlinux.org>2021-05-09 11:37:57 +0200
commit6afa6958f53770169d982e777e554f9aa4f56c4f (patch)
treeea55ed6be0a6e98cb2560214cda361e4a1565b20
parent9c84b7ca5bea6ba46bd7448b801426fc936df279 (diff)
releng: Add buildmodes to profiledef.sh
configs/releng/profiledef.sh: Add a `buildmodes` array to releng's profiledef.sh with the up-to-now default buildmode 'iso'.
-rw-r--r--configs/releng/profiledef.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/releng/profiledef.sh b/configs/releng/profiledef.sh
index d5f8bcb..5feb205 100644
--- a/configs/releng/profiledef.sh
+++ b/configs/releng/profiledef.sh
@@ -7,6 +7,7 @@ iso_publisher="Arch Linux <https://archlinux.org>"
iso_application="Arch Linux Live/Rescue CD"
iso_version="$(date +%Y.%m.%d)"
install_dir="arch"
+buildmodes=('iso')
bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.systemd-boot.esp' 'uefi-x64.systemd-boot.eltorito')
arch="x86_64"
pacman_conf="pacman.conf"