aboutsummaryrefslogtreecommitdiff
path: root/pbuilder
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilder')
-rwxr-xr-xpbuilder5
1 files changed, 4 insertions, 1 deletions
diff --git a/pbuilder b/pbuilder
index ca88c87..1f9df25 100755
--- a/pbuilder
+++ b/pbuilder
@@ -39,7 +39,10 @@ case "$1" in
. /usr/lib/pbuilder/pbuilder-checkparams
extractbuildplace
trap umountproc_cleanbuildplace exit
- echo " -> entering the shell"
+ echo " -> entering the shell
+DO NOT bind mount file system inside, they will be cleaned.
+File extracted to: $BUILDPLACE
+"
chroot "$BUILDPLACE" bin/bash
;;
*)