From c702b7c001812a33ee4fc92192e1a2767d8e4efc Mon Sep 17 00:00:00 2001 From: Michael Vasseur <14887731+vmcj@users.noreply.github.com> Date: Sat, 20 Jan 2024 00:09:29 +0100 Subject: [PATCH] Clarify where to find the list. --- misc-tools/dj_run_chroot.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc-tools/dj_run_chroot.in b/misc-tools/dj_run_chroot.in index 644677efa8..b505167b76 100755 --- a/misc-tools/dj_run_chroot.in +++ b/misc-tools/dj_run_chroot.in @@ -58,6 +58,7 @@ into the chroot tree, and then e.g. run: sudo dj_run_chroot "dpkg -i /path/inside/chroot/package_x.y.z_amd64.deb" Beware that only [$CONCAT_SUBDIRMOUNTS] are mounted inside the chroot! +For the current list see the chroot-start-stop.sh in case of issues. EOF } @@ -108,7 +109,7 @@ mount --bind /dev/pts "$CHROOTDIR/dev/pts" # Prevent perl locale warnings in the chroot: export LC_ALL=C -[ -n "$INTERACTIVE" ] && echo "Entering chroot in '$CHROOTDIR'. Only [$CONCAT_SUBDIRMOUNTS] will be mounted during judgement." +[ -n "$INTERACTIVE" ] && echo "Entering chroot in '$CHROOTDIR'. Only [$CONCAT_SUBDIRMOUNTS] will be mounted during judgement. See chroot-start-stop.sh for the current list." if [ -n "$INTERACTIVE" ]; then chroot "$CHROOTDIR"