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