From aca3ce7fb977760b20eb396e4a1d9df14940899e Mon Sep 17 00:00:00 2001 From: tengel Date: Wed, 20 Mar 2024 11:32:49 -0500 Subject: [PATCH] named install of the kernel required --- archmate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archmate.sh b/archmate.sh index 1893c7f..824ae3f 100644 --- a/archmate.sh +++ b/archmate.sh @@ -60,7 +60,7 @@ GRUB_BIOS_DISK="/dev/sda" GRUB_UEFI_PART="/dev/sda1" # Be careful changing this -PKG_CORE="grub linux-headers linux-lts linux-lts-headers os-prober intel-ucode" +PKG_CORE="grub linux linux-firmware linux-headers linux-lts linux-lts-headers os-prober intel-ucode" # Can be tuned - includes all video drivers, etc. PKG_XORG="xorg xorg-drivers xorg-xinit xorg-twm xorg-xclock xorg-apps xterm alsa-utils gnu-free-fonts mesa ttf-dejavu ttf-liberation"