aboutsummaryrefslogtreecommitdiff
path: root/archiso_config/profiledef.sh
diff options
context:
space:
mode:
Diffstat (limited to 'archiso_config/profiledef.sh')
-rw-r--r--archiso_config/profiledef.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/archiso_config/profiledef.sh b/archiso_config/profiledef.sh
index d627c03..aba5ff6 100644
--- a/archiso_config/profiledef.sh
+++ b/archiso_config/profiledef.sh
@@ -8,9 +8,8 @@ iso_application="Installer for Voussir, an arch boostrapper with snapshotting"
iso_version="$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y.%m.%d)"
install_dir="arch"
buildmodes=('iso')
-bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito'
- 'uefi-ia32.grub.esp' 'uefi-x64.grub.esp'
- 'uefi-ia32.grub.eltorito' 'uefi-x64.grub.eltorito')
+bootmodes=('bios.syslinux'
+ 'uefi.grub' )
arch="x86_64"
pacman_conf="pacman.conf"
airootfs_image_type="erofs"