X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=chroot-script;fp=chroot-script;h=294b749f2d244f944b59c1323bfd74ea40f0f27e;hb=aadfa9e6736484c002413f02de93057b9a814449;hp=fe0becb1817463fc71aa6ee2c75dd40b344b1be8;hpb=c3dbeb48a8060f9f27010b4605ee8ad00c2d51eb;p=grml-debootstrap.git diff --git a/chroot-script b/chroot-script index fe0becb..294b749 100755 --- a/chroot-script +++ b/chroot-script @@ -182,7 +182,7 @@ packages() { if [ "$PACKAGES" = 'yes' ] ; then if ! [ -r /etc/debootstrap/packages ] ; then - echo "Error: /etc/debootstrap/packages not found, exiting." + echo "Error: /etc/debootstrap/packages (inside chroot) not found, exiting." >&2 exit 1 else $APTUPDATE