[-] Remove -d paramater
This commit is contained in:
parent
83d56d4edb
commit
9c28ab653b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue