From 3072a476604c7484073091da88b55caad68c8076 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 14 May 2013 09:41:47 +0200 Subject: trying to reduce size in pacstrap small fixes around systemd --- clean.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'clean.sh') diff --git a/clean.sh b/clean.sh index b77cf1f..96da67a 100644 --- a/clean.sh +++ b/clean.sh @@ -1,11 +1,12 @@ # pacstrap ${MOUNT_PATH} base # leaves us with 111 packages, 715 MB -# 130M package cache, not needed, /var/cache/pacman/pkg/ +# 173M package cache, not needed, /var/cache/pacman/pkg/ pacman --noconfirm -Scc +rm -rf /var/cache/pacman/pkg/*.tar.xz # note, those things may be needed, I personally don't need them. -pacman -Rs \ +pacman --noconfirm -Rs \ man-pages libpipeline groff man-db \ jfsutils reiserfsprogs xfsprogs \ cryptsetup lvm2 @@ -14,6 +15,8 @@ pacman -Rs \ # big dirs # +# 72612 /usr/lib/python2.7 (libvirt again) +# # locales, we don't need them on a server # 48208 ./locale # problematic, as we remove files belonging to a package -- cgit v1.2.3-54-g00ecf