Skip to content

Commit 5dd57e4

Browse files
Merge pull request #150 from Githubguy132010/fix-iso-build-error
Pull request for issue #149
2 parents 1ab2c76 + ff60bfb commit 5dd57e4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

profiledef.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ iso_application="Arch Linux No Beep Live/Rescue DVD"
88
iso_version="$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y.%m.%d)"
99
install_dir="arch"
1010
buildmodes=('iso')
11-
bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito'
12-
'uefi-ia32.systemd-boot.esp' 'uefi-x64.systemd-boot.esp'
13-
'uefi-ia32.systemd-boot.eltorito' 'uefi-x64.systemd-boot.eltorito')
11+
bootmodes=('bios.syslinux' 'uefi.systemd-boot')
1412
arch="x86_64"
1513
pacman_conf="pacman.conf"
1614
airootfs_image_type="squashfs"

0 commit comments

Comments
 (0)