From 4f8bcff4ad9ab5f44110f75f78c9197f85a31fe6 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 8 Jun 2024 08:20:20 +0200 Subject: [PATCH] add polkit to default packages and remove bash-completion --- usr/lib/archboot/cpio/hooks/base_common_system | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/lib/archboot/cpio/hooks/base_common_system b/usr/lib/archboot/cpio/hooks/base_common_system index 25edc3b26..d3a440e8d 100644 --- a/usr/lib/archboot/cpio/hooks/base_common_system +++ b/usr/lib/archboot/cpio/hooks/base_common_system @@ -21,13 +21,13 @@ usr/share/{bash-completion,dbus-1,factory,hwdata,i18n/locales,makepkg,nano,pacma # only support UTF-8 _file /usr/share/i18n/charmaps/UTF-8.gz tar -C / --exclude=var/lib/pacman/local/{base-*-[0-9]*,binutils-*-[0-9]*,\ -cdrtools-*-[0-9]*,db5.3-*-[0-9]*,db-*-[0-9]*,edk2-shell-*-[0-9]*,fuse-common-*-[0-9]*,gc-*-[0-9]*,\ +cdrtools-*-[0-9]*,db5.3-*-[0-9]*,db-*-[0-9]*,duktape-*-[0-9]*,edk2-shell-*-[0-9]*,fuse-common-*-[0-9]*,gc-*-[0-9]*,\ gdbm-*-[0-9]*,gettext-*-[0-9]*,groff-*-[0-9]*,grub-*-[0-9]*,jansson-*-[0-9]*,\ libbsd-*-[0-9]*,libburn-*-[0-9]*,libev-*-[0-9]*,libisoburn-*-[0-9]*,libisofs-*-[0-9]*,\ libksba-*-[0-9]*,libmd-*-[0-9]*,libldap-*-[0-9]*,libnfnetlink-*-[0-9]*,libnetfilter_conntrack-*-[0-9]*,\ libnftnl-*-[0-9]*,libpcap-*-[0-9]*,libpipeline-*-[0-9]*,libsasl-*-[0-9]*,libsysprof-capture-*-[0-9]*,\ libwbclient-*-[0-9]*,limine-*-[0-9]*,linux-api-headers-*-[0-9]*,memtest86+-*-[0-9]*,\ -memtest86+-efi-*-[0-9]*,memtest-*-[0-9]*,mtools-*-[0-9]*,python-*-[0-9]*,python-pefile-*-[0-9]*,\ +memtest86+-efi-*-[0-9]*,memtest-*-[0-9]*,mtools-*-[0-9]*,polkit-*-[0-9]*,python-*-[0-9]*,python-pefile-*-[0-9]*,\ refind-*-[0-9]*,rpcbind-*-[0-9]*,systemd-ukify-*-[0-9]*} \ --exclude=usr/share/locale/*/{grub*,binutils*,gdbm*,bfd*,gettext*,gas*,gold*,gprof*,ld*,opcodes*} \ --hard-dereference -cpf - \