diff options
| author | David Runge <dvzrv@archlinux.org> | 2021-05-09 10:54:46 +0200 |
|---|---|---|
| committer | David Runge <dvzrv@archlinux.org> | 2021-05-09 11:37:57 +0200 |
| commit | 6afa6958f53770169d982e777e554f9aa4f56c4f (patch) | |
| tree | ea55ed6be0a6e98cb2560214cda361e4a1565b20 /configs/releng/profiledef.sh | |
| parent | 9c84b7ca5bea6ba46bd7448b801426fc936df279 (diff) | |
| download | archiso-6afa6958f53770169d982e777e554f9aa4f56c4f.tar.gz archiso-6afa6958f53770169d982e777e554f9aa4f56c4f.tar.bz2 | |
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'.
Diffstat (limited to 'configs/releng/profiledef.sh')
| -rw-r--r-- | configs/releng/profiledef.sh | 1 |
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" |
