From fddd5e5d4e7ffdb9d200c81f676e2e5d1ef2c272 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 12 Sep 2021 18:48:42 +0200 Subject: [PATCH] add missing PACKAGES Signed-off-by: Tobias Powalowski --- usr/share/archboot/installer/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/archboot/installer/setup b/usr/share/archboot/installer/setup index 024cc236f..73241d1d1 100755 --- a/usr/share/archboot/installer/setup +++ b/usr/share/archboot/installer/setup @@ -2735,7 +2735,7 @@ install_packages() { prepare_pacman PACKAGES="" DIALOG --yesno "Next step will install base, linux, linux-firmware, netctl and filesystem tools for a minimal system.\n\nDo you wish to continue?" 10 50 || return 1 - + PACKAGES="base linux linux-firmware" # Add packages which are not in core repository if [[ -n "$(pgrep dhclient)" ]]; then ! [[ "$(echo ${PACKAGES} | grep -w dhclient)" ]] && PACKAGES="${PACKAGES} dhclient"