Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()