fixed grub issue

This commit is contained in:
Sohrab Behdani 2024-03-20 14:41:09 +03:30
parent 02cfd959d2
commit 22f5e5c72e

View file

@ -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')