Add more help when vboot doesn't exist

TEST=Ran it
STATUS=Verified
BUG=chromium-os:19850

Change-Id: I2628cf0e4750f1dfff566cfe105af8672bce81f1
Reviewed-on: http://gerrit.chromium.org/gerrit/6928
Tested-by: Kris Rambish <krisr@chromium.org>
Reviewed-by: Kris Rambish <krisr@chromium.org>
Reviewed-by: Stanley Wong <stanleyw@chromium.org>
This commit is contained in:
Kris Rambish 2011-08-30 14:35:22 -07:00
parent d4316fe32f
commit 8591b508bf

View File

@ -73,7 +73,8 @@ fi
if [ ! -d $VBOOT_DIR ]; then
die "The required path: $VBOOT_DIR does not exist. This directory needs to \
be sync'd into your chroot."
be sync'd into your chroot.\n $ cros_workon start vboot_reference --board \
${FLAGS_board}"
fi
trap cleanup EXIT