mirror of
https://github.com/luzifer-docker/archlinux.git
synced 2024-11-09 16:00:11 +00:00
remove deprecated (and now removed) option
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
a9a6d71f43
commit
cef1fdc4a4
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ trap rm_temp EXIT
|
|||
mount --bind ${tmpdir} ${tmpdir}
|
||||
|
||||
# Pacstrap the requested packages
|
||||
env -i pacstrap -C /usr/share/devtools/pacman-extra.conf -c -d -G -M ${tmpdir} "${packages[@]}"
|
||||
env -i pacstrap -C /usr/share/devtools/pacman-extra.conf -c -G -M ${tmpdir} "${packages[@]}"
|
||||
|
||||
# Add local configurations
|
||||
cp --recursive --preserve=timestamps --backup --suffix=.pacnew rootfs/* ${tmpdir}/
|
||||
|
|
Loading…
Reference in a new issue