We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ab2c76 + ff60bfb commit 5dd57e4Copy full SHA for 5dd57e4
profiledef.sh
@@ -8,9 +8,7 @@ iso_application="Arch Linux No Beep Live/Rescue DVD"
8
iso_version="$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y.%m.%d)"
9
install_dir="arch"
10
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')
+bootmodes=('bios.syslinux' 'uefi.systemd-boot')
14
arch="x86_64"
15
pacman_conf="pacman.conf"
16
airootfs_image_type="squashfs"
0 commit comments