Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
diff options
context:
space:
mode:
authorMalccolm Haak <malcolm@haak.id.au>2021-04-17 14:38:00 +1000
committerMalccolm Haak <malcolm@haak.id.au>2021-04-17 14:38:00 +1000
commite32dbfbd108e9b8598e148a0873d20384c573034 (patch)
treeed56174fbffb458b56dd615111dec1adc25804b7 /archinstall
parent77894df51c581d26c958f07524e576d3bc118efd (diff)
Package called grub not grub-install
Diffstat (limited to 'archinstall')
-rw-r--r--archinstall/lib/installer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py
index 70ff86f2..2122ebd9 100644
--- a/archinstall/lib/installer.py
+++ b/archinstall/lib/installer.py
@@ -286,7 +286,7 @@ class Installer():
if self.partition.filesystem == 'f2fs':
self.base_packages.append('f2fs-tools')
if not(hasUEFI()):
- self.base_packages.append('grub-install')
+ self.base_packages.append('grub')
self.pacstrap(self.base_packages)
self.helper_flags['base-strapped'] = True
#self.genfstab()