diff --git a/iso/profiledef.sh b/iso/profiledef.sh index 4995643..e9c417a 100644 --- a/iso/profiledef.sh +++ b/iso/profiledef.sh @@ -8,7 +8,9 @@ iso_application="Parch Linux Xfce Live/Rescue CD" iso_version="$(date +%Y.%m.%d)" install_dir="arch" buildmodes=('iso') -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" airootfs_image_type="squashfs"