Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/configs/baseline/profiledef.sh
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2020-10-04 17:48:15 +0300
committernl6720 <nl6720@gmail.com>2020-10-24 19:57:30 +0300
commitae0e914114d2ff84e43b4da3b1b2bf855cff01d3 (patch)
treebaaf8545dc4bd4341c794753fafd1b6ec102a9c5 /configs/baseline/profiledef.sh
parentf3af5692059067cf8692b5cd1e0d7395c41fec06 (diff)
configs/baseline: support UEFI
Diffstat (limited to 'configs/baseline/profiledef.sh')
-rw-r--r--configs/baseline/profiledef.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/baseline/profiledef.sh b/configs/baseline/profiledef.sh
index 9ced69e..2efd38f 100644
--- a/configs/baseline/profiledef.sh
+++ b/configs/baseline/profiledef.sh
@@ -7,6 +7,6 @@ iso_publisher="Arch Linux <https://www.archlinux.org>"
iso_application="Arch Linux baseline"
iso_version="$(date +%Y.%m.%d)"
install_dir="arch"
-bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito')
+bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.systemd-boot.esp' 'uefi-x64.systemd-boot.eltorito')
arch="x86_64"
pacman_conf="pacman.conf"