From 5c0abc31623fb79712d246f0c1694cae58040231 Mon Sep 17 00:00:00 2001 From: simono41 Date: Fri, 1 Jun 2018 23:37:01 +0200 Subject: [PATCH] fix --- make_mksquashfs-auto.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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