diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-09-13 11:47:09 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-09-13 11:47:09 +0200 |
commit | cd8d6c04469211cdb6d1163d27d47e6fcd9a496e (patch) | |
tree | 76da654bf5e4ea5189034ca1c542b5f41dbd67f5 /ch | |
parent | 9949ce6fc51c37129c3b390a0715a8945cacc16a (diff) | |
download | bin-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-x | ch | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |