Print a friendlier message if debootstrap or cdebootstrap cannot be found.

This commit is contained in:
Chris Lamb 2008-06-22 01:20:09 +01:00 committed by Daniel Baumann
parent 412ac01000
commit cfc182e161
1 changed files with 2 additions and 1 deletions

View File

@ -96,7 +96,8 @@ Set_defaults ()
then then
LH_BOOTSTRAP="cdebootstrap" LH_BOOTSTRAP="cdebootstrap"
else else
echo "E: Can't process file /usr/sbin/debootstrap or /usr/bin/cdebootstrap (FIXME)" echo "E: Cannot find /usr/sbin/debootstrap or /usr/bin/cdebootstrap. Please install"
echo "E: debootstrap or cdebootstrap, or specify an alternative bootstrapping utility."
exit 1 exit 1
fi fi
fi fi