index : lxc | |
Archlinux32 LXC scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2024-08-22 09:07:11 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2024-08-22 09:07:11 +0200 |
commit | bada0a3c4a773e0505ab58a4e75843afa4bc0991 (patch) | |
tree | 11f0272719ccdda278abc97fbe5a996f4c95139f | |
parent | a70b4b2cf60bfa10c430cf1b4291f5dce86e59bb (diff) |
-rwxr-xr-x | lxc-archlinux32 | 2 |
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 |