From 398f2137bb2b7f6f59152bb1264b820549b6c4b5 Mon Sep 17 00:00:00 2001 From: simono41 Date: Sat, 26 May 2018 02:16:03 +0200 Subject: [PATCH] fix --- make_mksquashfs-auto.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make_mksquashfs-auto.sh b/make_mksquashfs-auto.sh index ff0832c..6abfad9 100755 --- a/make_mksquashfs-auto.sh +++ b/make_mksquashfs-auto.sh @@ -49,6 +49,7 @@ if [ "${version}" == "libre" ]; then fi function minimalinstallation() { + pacman -Syu $(cat base.txt) --needed --noconfirm cp mirrorlist* /etc/pacman.d/ if [ "${deletecache}" == "y" ]; then @@ -169,7 +170,7 @@ function IMAGE() { mkdir -p ${work_dir}/iso/${install_dir}/${arch}/airootfs/ - arch-chroot ${work_dir}/${arch}/airootfs /bin/bash <