From 7bf63f17c7050c0028659755e47cd601fe83b2a7 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 6 Feb 2023 14:05:19 +0100 Subject: [PATCH] remove nss as depend --- usr/lib/archboot/common.sh | 2 +- usr/lib/archboot/login.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/usr/lib/archboot/common.sh b/usr/lib/archboot/common.sh index 232fe236e..61c600f2e 100644 --- a/usr/lib/archboot/common.sh +++ b/usr/lib/archboot/common.sh @@ -20,7 +20,7 @@ fi _PACMAN_MIRROR="/etc/pacman.d/mirrorlist" _PACMAN_CONF="/etc/pacman.conf" _CACHEDIR="/var/cache/pacman/pkg" -_FIX_PACKAGES="libelf libevent talloc gdbm gcc-libs glibc glib2 nss p11-kit libp11-kit tpm2-tss libsecret libcap libbsd libldap libmd jansson libsasl pcre2" +_FIX_PACKAGES="libelf libevent talloc gdbm gcc-libs glibc glib2 tpm2-tss libsecret libcap libbsd libldap libmd jansson libsasl pcre2" _XORG_PACKAGE="xorg" _VNC_PACKAGE="tigervnc" _WAYLAND_PACKAGE="egl-wayland" diff --git a/usr/lib/archboot/login.sh b/usr/lib/archboot/login.sh index 85ec46c5b..03474ecdd 100644 --- a/usr/lib/archboot/login.sh +++ b/usr/lib/archboot/login.sh @@ -84,7 +84,8 @@ if ! [[ -e "/.vconsole-run" ]]; then fi if ! [[ -e "/.clean-pacman-db" ]]; then touch /.clean-pacman-db - _RM_PACMAN_DB="grub libxml2 icu gettext refind" + _RM_PACMAN_DB="grub libxml2 icu gettext refind amd-ucode intel-ucode edk2-shell cdrtools \ + libisoburn mkinitcpio memtest linux-api-headers audit" for i in ${_RM_PACMAN_DB}; do rm -rf /var/lib/pacman/local/${i}* &>/dev/null done