Skip to content

Commit

Permalink
Clarify where to find the list.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Jan 19, 2024
1 parent 0733f6f commit c702b7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion misc-tools/dj_run_chroot.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit c702b7c

Please sign in to comment.