Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lxc-archlinux32
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2024-08-22 09:07:11 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2024-08-22 09:07:11 +0200
commitbada0a3c4a773e0505ab58a4e75843afa4bc0991 (patch)
tree11f0272719ccdda278abc97fbe5a996f4c95139f /lxc-archlinux32
parenta70b4b2cf60bfa10c430cf1b4291f5dce86e59bb (diff)
removed obsolete -d flag for pacstrapHEADmaster
Diffstat (limited to 'lxc-archlinux32')
-rwxr-xr-xlxc-archlinux322
1 files changed, 1 insertions, 1 deletions
diff --git a/lxc-archlinux32 b/lxc-archlinux32
index c903c1b..1df720f 100755
--- a/lxc-archlinux32
+++ b/lxc-archlinux32
@@ -179,7 +179,7 @@ install_arch() {
pacman_config="${container_pacman_config}"
fi
- if ! pacstrap -dcGC "${pacman_config}" "${rootfs_path}" \
+ if ! pacstrap -cGC "${pacman_config}" "${rootfs_path}" \
${base_packages[@]}; then
echo "Failed to install container packages"
return 1