debug: based on email by troy, lets also dump the contents of /boot/ for debuging

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/8/head
Robert Nelson 13 years ago
parent 1e5078a46d
commit d065dbc07d

@ -1326,6 +1326,12 @@ latest_chrome
cd ${TEMPDIR}/disk
sync
cd ${DIR}/
echo "Debug: Contents of Boot Partition"
echo "-----------------------------"
ls -lh ${TEMPDIR}/disk/
echo "-----------------------------"
umount ${TEMPDIR}/disk || true
echo "Finished populating Boot Partition"

Loading…
Cancel
Save