diff options
| author | nl6720 <nl6720@gmail.com> | 2020-10-04 17:48:15 +0300 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2020-10-24 19:57:30 +0300 |
| commit | ae0e914114d2ff84e43b4da3b1b2bf855cff01d3 (patch) | |
| tree | baaf8545dc4bd4341c794753fafd1b6ec102a9c5 /configs/baseline/profiledef.sh | |
| parent | f3af5692059067cf8692b5cd1e0d7395c41fec06 (diff) | |
| download | archiso-ae0e914114d2ff84e43b4da3b1b2bf855cff01d3.tar.gz archiso-ae0e914114d2ff84e43b4da3b1b2bf855cff01d3.tar.bz2 | |
configs/baseline: support UEFI
Diffstat (limited to 'configs/baseline/profiledef.sh')
| -rw-r--r-- | configs/baseline/profiledef.sh | 2 |
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" |
