From 3be0f7004f20d51caa358465bc1c0dc859c24401 Mon Sep 17 00:00:00 2001 From: Michele Tartara Date: Thu, 20 Jun 2013 09:29:25 +0000 Subject: [PATCH] Improve the final message of build_chroot Give more precise instructions on the next steps to actually run the chroot. Signed-off-by: Michele Tartara Reviewed-by: Klaus Aehlig --- devel/build_chroot | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/devel/build_chroot b/devel/build_chroot index 0625d9b..8c571e4 100755 --- a/devel/build_chroot +++ b/devel/build_chroot @@ -212,8 +212,13 @@ echo "Creating compressed schroot image..." cd $CHDIR tar czf $COMP_FILEPATH ./* cd $ROOT -echo "Done" rm -rf $CHDIR rm -f $TEMP_CHROOT_CONF rm -rf $TEMP_DATA_DIR + +echo "Chroot created. In order to run it:" +echo " * Copy the file $FINAL_CHROOT_CONF to $CONF_DIR/$FINAL_CHROOT_CONF" +echo " * Copy the file $COMP_FILEPATH to $CHROOT_DIR/$COMP_FILENAME" + +echo "Then run \"schroot -c $CHROOTNAME\"" -- 1.7.10.4