diff options
| author | David Runge <dvzrv@archlinux.org> | 2021-05-09 11:30:06 +0200 |
|---|---|---|
| committer | David Runge <dvzrv@archlinux.org> | 2021-05-09 11:38:00 +0200 |
| commit | b7fd696e1ecc66fc8aae424b55d33cf5fbe48446 (patch) | |
| tree | da8d5caf3f54ad8149eb504dafb98d73920f0654 | |
| parent | 6afa6958f53770169d982e777e554f9aa4f56c4f (diff) | |
| download | archiso-b7fd696e1ecc66fc8aae424b55d33cf5fbe48446.tar.gz archiso-b7fd696e1ecc66fc8aae424b55d33cf5fbe48446.tar.bz2 | |
baseline: Add buildmodes to profiledef.sh
configs/baseline/profiledef.sh:
Add `buildmodes` array with default entry for the 'iso' buildmode.
| -rw-r--r-- | configs/baseline/profiledef.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/baseline/profiledef.sh b/configs/baseline/profiledef.sh index 7c89c0f..ecea395 100644 --- a/configs/baseline/profiledef.sh +++ b/configs/baseline/profiledef.sh @@ -7,6 +7,7 @@ iso_publisher="Arch Linux <https://archlinux.org>" iso_application="Arch Linux baseline" 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" |
