mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-07 21:16:57 +02:00
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:
parent
d4316fe32f
commit
8591b508bf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user