From 22f5e5c72e0ee03377851692db97a6544d30cb38 Mon Sep 17 00:00:00 2001 From: Sohrab Behdani Date: Wed, 20 Mar 2024 14:41:09 +0330 Subject: [PATCH] fixed grub issue --- etc/setup.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/setup.conf b/etc/setup.conf index 9ac5a08..ed215ca 100644 --- a/etc/setup.conf +++ b/etc/setup.conf @@ -2,7 +2,7 @@ # arch-setup configuration file. It defines variables used by the installer. # Essential packages -BASE_PACKAGES=('base' 'parch-branding' 'parch-pacman' 'neofetch-git' 'parch-emoji-ios' 'vazirmatn-fonts' 'base-devel' 'iwd' 'linux' 'linux-firmware' 'grub' 'networkmanager') +BASE_PACKAGES=('base' 'font-config' 'parch-branding' 'parch-grub' 'parch-pacman' 'neofetch-git' 'parch-emoji-ios' 'vazirmatn-fonts' 'base-devel' 'iwd' 'linux' 'linux-firmware' 'grub' 'networkmanager') BASE_ESSENTIALS=('man-db' 'man-pages' 'texinfo' 'nano') # Packages that will be installed whenever a GUI is installed DESKTOP_DEFAULTS=('gvfs' 'pavucontrol' 'pulseaudio' 'pulseaudio-alsa' 'ttf-dejavu' 'xdg-user-dirs' 'xf86-input-libinput' 'xorg-apps' 'xorg-server' 'xterm')