Use grub for UEFI boot

This commit is contained in:
2022-12-04 19:46:05 +03:00
parent 3af2442005
commit b5e7b3a2fc
7 changed files with 86 additions and 3 deletions

1
nox/grub Symbolic link
View File

@@ -0,0 +1 @@
../grub

View File

@@ -119,3 +119,4 @@ zsh
linux-headers
zfs-dkms
ncdu
grub

View File

@@ -8,7 +8,9 @@ iso_application="Arch Linux Live/Rescue CD"
iso_version="$(date +%Y.%m.%d)"
install_dir="arch"
buildmodes=('iso')
bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.systemd-boot.esp' 'uefi-x64.systemd-boot.eltorito')
bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito'
'uefi-ia32.grub.esp' 'uefi-x64.grub.esp'
'uefi-ia32.grub.eltorito' 'uefi-x64.grub.eltorito')
arch="x86_64"
pacman_conf="pacman.conf"
airootfs_image_type="squashfs"