Skip to content

Commit

Permalink
edit bootmodes
Browse files Browse the repository at this point in the history
  • Loading branch information
meshya committed Mar 20, 2024
1 parent 68b8078 commit 75688c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iso/profiledef.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ iso_version="$(date +%Y.%m.%d)"
install_dir="arch"
buildmodes=('iso')
bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito'
'uefi-ia32.grub.esp' 'uefi-x64.systemd-boot.esp'
'uefi-ia32.grub.eltorito' 'uefi-x64.systemd-boot.eltorito')
'uefi-x64.systemd-boot.esp'
'uefi-x64.systemd-boot.eltorito')
arch="x86_64"
pacman_conf="pacman.conf"
airootfs_image_type="squashfs"
Expand Down

0 comments on commit 75688c8

Please sign in to comment.