diff options
author | Renato Botelho <renato@netgate.com> | 2016-10-12 11:48:15 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-10-12 11:48:15 -0300 |
commit | d3007fbe038123f5eabb0f73be4eb6e8e833a6ad (patch) | |
tree | 09d9699ead361a3fbf519e33fb57898d4f45dbfc | |
parent | 3154be54107e227f50385a535df84af2af4dee61 (diff) | |
download | pfsense-d3007fbe038123f5eabb0f73be4eb6e8e833a6ad.zip pfsense-d3007fbe038123f5eabb0f73be4eb6e8e833a6ad.tar.gz |
Remove invalid parameter --flash-size
-rwxr-xr-x | tools/build_snapshots.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_snapshots.sh b/tools/build_snapshots.sh index 9600985..2f546bc 100755 --- a/tools/build_snapshots.sh +++ b/tools/build_snapshots.sh @@ -181,7 +181,7 @@ while [ /bin/true ]; do snapshot_update_status "${LINE}" done - (${BUILDER_ROOT}/build.sh ${NO_UPLOAD} --flash-size '2g 4g' \ + (${BUILDER_ROOT}/build.sh ${NO_UPLOAD} \ --snapshots ${NO_IMAGES} "memstick memstickadi memstickserial iso" 2>&1) \ | while read -r LINE; do snapshot_update_status "${LINE}" |