diff --git a/configs/profiledef.sh b/configs/profiledef.sh index d7d483cf..cc7a5aa2 100644 --- a/configs/profiledef.sh +++ b/configs/profiledef.sh @@ -8,7 +8,7 @@ iso_application="Omarchy Installer" iso_version="$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y.%m.%d)" install_dir="arch" buildmodes=('iso') -bootmodes=('bios.syslinux' 'uefi.grub') +bootmodes=('bios.syslinux' 'uefi.systemd-boot') arch="x86_64" pacman_conf="pacman-offline.conf" airootfs_image_type="squashfs"