diff --git a/mk_mmc.sh b/mk_mmc.sh index 5c18ab2..11f254f 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -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"