From ac8514043b1329fe8ef09f9ccf6aec15016ec7ba Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 6 May 2022 07:42:05 +0200 Subject: [PATCH] move glibc to stage 1 --- usr/lib/archboot/update-installer.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/lib/archboot/update-installer.sh b/usr/lib/archboot/update-installer.sh index cda2a4be1..f32cc9a67 100644 --- a/usr/lib/archboot/update-installer.sh +++ b/usr/lib/archboot/update-installer.sh @@ -232,13 +232,13 @@ _kexec() { } _cleanup_xfce() { echo "Cleanup archboot environment ..." - rm -rf /usr/share/{locale,man,info,doc,gtk-doc,ibus} + rm -rf /usr/share/{i18n,locale,man,info,doc,gtk-doc,ibus} rm -rf /usr/include } _launch_xfce() { - X_PACKAGES="xorg xfce4 libtiff glib2" - X_PACKAGES2="chromium libcups gcc-libs glibc harfbuzz \ + X_PACKAGES="xorg xfce4 libtiff glib2 glibc" + X_PACKAGES2="chromium libcups gcc-libs harfbuzz \ avahi nss breeze-icons tigervnc perl p11-kit libp11-kit gvfs fuse tpm2-tss \ libsecret gparted gvfs-smb smbclient libcap tevent libbsd libldap tdb ldb \ libmd jansson libsasl gvfs-nfs"