From 6c3627f469196ec26d4e1b2d49b8e94ac56b64ad Mon Sep 17 00:00:00 2001 From: simono41 Date: Mon, 4 Jun 2018 17:46:37 +0200 Subject: [PATCH] optimierungen --- make_mksquashfs-auto.sh | 3 +- mirrorlist | 323 +++++++++------------------------------- 2 files changed, 76 insertions(+), 250 deletions(-) diff --git a/make_mksquashfs-auto.sh b/make_mksquashfs-auto.sh index a730d3d..64fe0f2 100755 --- a/make_mksquashfs-auto.sh +++ b/make_mksquashfs-auto.sh @@ -49,9 +49,10 @@ if [ "${version}" == "libre" ]; then fi function minimalinstallation() { - pacman -S $(cat base.txt) --needed --ignore linux cp mirrorlist* /etc/pacman.d/ + #pacman -S $(cat base.txt) --needed --ignore linux + if [ "${deletecache}" == "y" ]; then pacman -Scc <