diff --git a/make_netboot.sh b/make_netboot.sh index 1a9c4762d8..b51d761e71 100755 --- a/make_netboot.sh +++ b/make_netboot.sh @@ -78,6 +78,7 @@ cp "${SYSROOT}/boot/vmlinux.uimg" "netboot" if [ -r "${SYSROOT}/u-boot/legacy_image.bin" ]; then echo "Copying netboot firmware legacy_image.bin" cp "${SYSROOT}/u-boot/legacy_image.bin" "netboot" + cp "${GCLIENT_ROOT}/chroot/usr/bin/update_firmware_vars.py" "netboot" else echo "Skipping: ${SYSROOT}/u-boot/legacy_image.bin firmware not present?" fi