summaryrefslogtreecommitdiffstats
path: root/ch
diff options
context:
space:
mode:
Diffstat (limited to 'ch')
-rwxr-xr-xch1
1 files changed, 1 insertions, 0 deletions
diff --git a/ch b/ch
index b88ac44..cee806a 100755
--- a/ch
+++ b/ch
@@ -112,6 +112,7 @@ __chrootalias_resolve_create() {
# create chroot if necessary
if [[ ! -d "$chrootdir/root" ]]; then
+ echo "chroot not found, creating..."
# from archbuild (devtools)
sudo mkdir -p "$chrootdir"
setarch "${arch}" mkarchroot \