[-] Remove -d paramater

This commit is contained in:
Simon Rieger 2022-12-19 09:14:44 +01:00
parent 83d56d4edb
commit 9c28ab653b

View file

@ -71,7 +71,7 @@ function system() {
if [ "${makesystem}" == "y" ]; then if [ "${makesystem}" == "y" ]; then
mkdir -p ${work_dir}/${arch}/airootfs mkdir -p ${work_dir}/${arch}/airootfs
cp -v mirrorlist* /etc/pacman.d/ 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 fi
if [ "${mkinitcpio}" == "y" ]; then if [ "${mkinitcpio}" == "y" ]; then