From 9c28ab653baa513aad2d31815115a087edc0c5b6 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Mon, 19 Dec 2022 09:14:44 +0100 Subject: [PATCH] [-] Remove -d paramater --- make_mksquashfs-auto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_mksquashfs-auto.sh b/make_mksquashfs-auto.sh index 192af32..ddc1ae2 100755 --- a/make_mksquashfs-auto.sh +++ b/make_mksquashfs-auto.sh @@ -71,7 +71,7 @@ function system() { if [ "${makesystem}" == "y" ]; then mkdir -p ${work_dir}/${arch}/airootfs cp -v mirrorlist* /etc/pacman.d/ - pacstrap -c -d -G -C pacman.conf -M ${work_dir}/${arch}/airootfs $(cat packages.txt) + pacstrap -c -G -C pacman.conf -M ${work_dir}/${arch}/airootfs $(cat packages.txt) fi if [ "${mkinitcpio}" == "y" ]; then