We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80197c6 commit cffb622Copy full SHA for cffb622
1 file changed
profiledef.sh
@@ -7,7 +7,7 @@ iso_publisher="DemonKiller <https://archlinuxgui.in>"
7
iso_application="ALG Live/Rescue CD"
8
iso_version="$(date +%Y.%m)"
9
install_dir="arch"
10
-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')
11
arch="x86_64"
12
pacman_conf="pacman.conf"
13
airootfs_image_type="squashfs"
0 commit comments