From 408f2aa8739e6597aa8d609ec95f0438423fcfa3 Mon Sep 17 00:00:00 2001 From: maride Date: Sat, 3 Mar 2018 20:08:49 +0100 Subject: [PATCH] Fix: variable name change --- steps/50-configure.step | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steps/50-configure.step b/steps/50-configure.step index 0eb984b..a351074 100755 --- a/steps/50-configure.step +++ b/steps/50-configure.step @@ -18,7 +18,7 @@ read hostname echo $hostname > /mnt/etc/hostname echo "~> Configuring 'grub' for $bootloader" -if [ "$bootloader" == "EFI" ]; then +if [ "$bootmethod" == "EFI" ]; then arch-chroot /mnt grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=BOOT # thanks to Virtualbox, this step is necessary cp /mnt/boot/EFI/BOOT/{grubx64.efi,BOOTX64.EFI}