mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 13:36:58 +02:00
Fix firmware packaging
BUG=none TEST="run make_factory_package.sh --factory=X --release=X, doesn't crash" Review URL: http://codereview.chromium.org/2858021
This commit is contained in:
parent
6c587b0a5b
commit
ec29805fde
@ -163,7 +163,7 @@ config = [
|
||||
'stateimg_image': 'state.gz',
|
||||
'stateimg_checksum': '${state_hash}'," > ${OMAHA_DIR}/miniomaha.conf
|
||||
|
||||
if [ ! -z ${FLAGS_include_firmware} ] ; then
|
||||
if [ ${FLAGS_include_firmware} -eq ${FLAGS_TRUE} ] ; then
|
||||
echo -n "
|
||||
'firmware_image': 'firmware.gz',
|
||||
'firmware_checksum': '${firmware_hash}'," >> ${OMAHA_DIR}/miniomaha.conf
|
||||
|
Loading…
Reference in New Issue
Block a user