TBR: build_image chmods the /boot copy

TBR=fes
BUG=none
TEST=manual (no local archive_build)
This commit is contained in:
Will Drewry 2010-07-04 05:06:50 -07:00
parent ce2caf47e4
commit c985ae271f

View File

@ -575,6 +575,7 @@ create_base_image() {
# This will include any built files dropped in /boot as well.
# Like the current vmlinuz.
sudo cp -r "${ROOT_FS_DIR}"/boot/. "${OUTPUT_DIR}"/boot/
sudo chmod -R a+r "${ROOT_FS_DIR}"/boot/
# Don't test the factory install shim.
if [[ ${FLAGS_factory_install} -eq ${FLAGS_FALSE} ]] ; then