From 6afa6958f53770169d982e777e554f9aa4f56c4f Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 9 May 2021 10:54:46 +0200 Subject: 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'. --- configs/releng/profiledef.sh | 1 + 1 file changed, 1 insertion(+) 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 " 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" -- cgit v1.2.3-54-g00ecf