From 11f344f099470c27a3bd8fef8bedfcd40aa3b4ea Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 29 Jan 2023 14:18:22 +0100 Subject: Image is no longer updated to avoid unnecessary cache sizes --- archlinux-ignore/README | 5 ++++- archlinux-ignore/setup.sh | 6 ------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/archlinux-ignore/README b/archlinux-ignore/README index 1e11ee1..3a8e5d5 100644 --- a/archlinux-ignore/README +++ b/archlinux-ignore/README @@ -11,6 +11,9 @@ After this you can update and install packages as needed: # pacman -Sy archlinux-keyring && pacman -Su # pacman -S butler-git -If you want to distribute the image afterwards then you should strip the lsign key from the image: +If you want to distribute the image afterwards then you should strip the lsign key from the image. Additionally, you may +want to clear cache and sync: # rm -rf /etc/pacman.d/gnupg + # rm -f /var/cache/pacman/pkg/*.zst{,.sig} + # rm -f /var/lib/pacman/sync/* diff --git a/archlinux-ignore/setup.sh b/archlinux-ignore/setup.sh index f5ffdb6..f8c2bb9 100755 --- a/archlinux-ignore/setup.sh +++ b/archlinux-ignore/setup.sh @@ -13,9 +13,3 @@ curl -s https://ftp.ignore.pl/pacman/public.gpg >$keyrings/ignore.gpg cat >$keyrings/ignore-trusted <