diff --git a/make_mksquashfs-auto.sh b/make_mksquashfs-auto.sh index d77d9a8..20bfa0f 100755 --- a/make_mksquashfs-auto.sh +++ b/make_mksquashfs-auto.sh @@ -49,8 +49,7 @@ if [ "${version}" == "libre" ]; then fi function minimalinstallation() { - cp pacman.conf /etc/pacman.conf - pacman -Syu $(cat base.txt) --needed --noconfirm + pacman -S $(cat base.txt) --needed --ignore linux cp mirrorlist* /etc/pacman.d/ if [ "${deletecache}" == "y" ]; then