diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-15 21:03:04 +0000 |
---|---|---|
committer | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-16 01:36:53 +0000 |
commit | 2abf7bc65ba43503954a07ab3390f0756a986877 (patch) | |
tree | 7dfee21fd3874eddb8d0b816d4369f7a3c1e570f /scripts | |
parent | 1a9a1585ad11cd8f0c9ffaf2141c9edd9dec2019 (diff) | |
download | vyos-live-build-2abf7bc65ba43503954a07ab3390f0756a986877.tar.gz vyos-live-build-2abf7bc65ba43503954a07ab3390f0756a986877.zip |
installer: clear large string once done with
Gbp-Dch: Ignore
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/installer_debian-installer | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/installer_debian-installer b/scripts/build/installer_debian-installer index 729f822e8..4a0ef5be8 100755 --- a/scripts/build/installer_debian-installer +++ b/scripts/build/installer_debian-installer @@ -384,6 +384,7 @@ then do DI_FIRMWARE_PACKAGES="${DI_FIRMWARE_PACKAGES} $(echo ${_PACKAGE} | awk -F/ '{ print $NF }')" done + FIRMWARE_PACKAGES="" fi # Set apt command prefix |