Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-30 08:08:00 +0000
committerGitHub <noreply@github.com>2021-04-30 08:08:00 +0000
commitfcff362b9ad85fd8ce16b63f162de62eee1e0fbb (patch)
treebd61a93410463bcbc25573a8e56b3610a03f4e8e /archinstall
parent7c57fff8b22ca3e19b7122f14db28df4a53fed3f (diff)
parente488ad8ec40ab30ae6b5df83b5df64c123c701cc (diff)
Merge pull request #398 from dylanmtaylor/patch-5
Partially revert hasUEFI grub/efibootmgr change to fix GRUB
Diffstat (limited to 'archinstall')
-rw-r--r--archinstall/lib/installer.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py
index a7b36481..61ac737c 100644
--- a/archinstall/lib/installer.py
+++ b/archinstall/lib/installer.py
@@ -433,6 +433,7 @@ class Installer():
self.pacstrap('grub')
if hasUEFI():
+ self.pacstrap('efibootmgr')`
o = b''.join(sys_command(f'/usr/bin/arch-chroot {self.target} grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB'))
sys_command('/usr/bin/arch-chroot /mnt grub-mkconfig -o /boot/grub/grub.cfg')
return True