edit bootmodes
This commit is contained in:
parent
68b807832e
commit
75688c852c
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ iso_version="$(date +%Y.%m.%d)"
|
||||||
install_dir="arch"
|
install_dir="arch"
|
||||||
buildmodes=('iso')
|
buildmodes=('iso')
|
||||||
bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito'
|
bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito'
|
||||||
'uefi-ia32.grub.esp' 'uefi-x64.systemd-boot.esp'
|
'uefi-x64.systemd-boot.esp'
|
||||||
'uefi-ia32.grub.eltorito' 'uefi-x64.systemd-boot.eltorito')
|
'uefi-x64.systemd-boot.eltorito')
|
||||||
arch="x86_64"
|
arch="x86_64"
|
||||||
pacman_conf="pacman.conf"
|
pacman_conf="pacman.conf"
|
||||||
airootfs_image_type="squashfs"
|
airootfs_image_type="squashfs"
|
||||||
|
|
Loading…
Add table
Reference in a new issue