summaryrefslogtreecommitdiffstats
path: root/ch
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-09-13 11:47:09 +0200
committerFlorian Pritz <bluewind@xinu.at>2017-09-13 11:47:09 +0200
commitcd8d6c04469211cdb6d1163d27d47e6fcd9a496e (patch)
tree76da654bf5e4ea5189034ca1c542b5f41dbd67f5 /ch
parent9949ce6fc51c37129c3b390a0715a8945cacc16a (diff)
downloadbin-cd8d6c04469211cdb6d1163d27d47e6fcd9a496e.tar.gz
bin-cd8d6c04469211cdb6d1163d27d47e6fcd9a496e.tar.xz
ch: be more verbose when creating a new chroot
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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 \