From b5a890d6576a164d9bd87c91faa202a954566a41 Mon Sep 17 00:00:00 2001 From: simono41 Date: Wed, 25 Apr 2018 12:12:20 +0200 Subject: [PATCH] fix --- make_mksquashfs-auto.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make_mksquashfs-auto.sh b/make_mksquashfs-auto.sh index 58c2c0e..acc0481 100755 --- a/make_mksquashfs-auto.sh +++ b/make_mksquashfs-auto.sh @@ -56,9 +56,9 @@ function minimalinstallation() { fi if [ "${version}" == "libre" ]; then if [ "${archchroot}" != "y" ]; then - ./pacstrap -C /etc/pacman.conf_libre -c -i -d -G -M ${work_dir}/${arch}/airootfs $(cat base.txt) --ignore linux + ./pacstrap -C /etc/pacman.conf_libre -c -i -d -G -M ${work_dir}/${arch}/airootfs $(cat base.txt) --ignore linux,intel-ucode else - ./pacstrap -C /etc/pacman.conf_libre -c -d -G -M ${work_dir}/${arch}/airootfs $(cat base.txt) + ./pacstrap -C /etc/pacman.conf_libre -c -d -G -M ${work_dir}/${arch}/airootfs $(cat base.txt) --ignore intel-ucode fi else if [ "${archchroot}" != "y" ]; then