From a429221c2d96d7f6c7c6ddd86e3fa67fd9e75628 Mon Sep 17 00:00:00 2001 From: udeved Date: Sat, 4 Oct 2014 09:11:31 +0200 Subject: [PATCH] use basestrap --- bin/mkchroot.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mkchroot.in b/bin/mkchroot.in index 3af0f98..80de411 100644 --- a/bin/mkchroot.in +++ b/bin/mkchroot.in @@ -235,7 +235,7 @@ else pacargs+=("--config=${pac_conf}") fi - if ! pacstrap -GMcd "${working_dir}" "${pacargs[@]}" "$@"; then + if ! basestrap -GMcd "${working_dir}" "${pacargs[@]}" "$@"; then die 'Failed to install all packages' fi