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 <