void

- enter the void 🪐
git clone git://git.acid.vegas/archlinux.git
Log | Files | Refs | Archive

commit bc20c1e7296ffd3b1efad5342885c39819614bb2
parent 90982f82fd8bc33255190e4d45cd63f6cc754cf4
Author: acidvegas <acid.vegas@acid.vegas>
Date: Tue, 16 Jul 2024 18:02:52 -0400

Finally fixed EFI paths (cheers e)

Diffstat:
Menterthevoid | 2+-

1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/enterthevoid b/enterthevoid
@@ -192,7 +192,7 @@ setup_chroot() {
 	if [ $BOOT_OPTION = "UEFI" ]; then
 		xbps-install gummiboot
 		gummiboot install
-		# Optional, copy the EFI /boot/efi/EFI/boot/bootx64.efi to for tricking compatability
+		cp /boot/efi/EFI/GRUB/grubx64.efi /boot/efi/EFI/boot/bootx64.efi # copy the EFI for tricking compatability
 	elif [ $BOOT_OPTION = "BIOS" ]; then
 		xbps-install grub
 		grub-install /dev/$DRIVE