diff options
author | Renato Botelho <renato@netgate.com> | 2016-02-01 17:38:13 -0200 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-02-01 17:38:13 -0200 |
commit | 7d9c553c917c92e816178ba63c5a50cb1a3b9d74 (patch) | |
tree | 2a8d715a102e5d08bde061de192b6cc665e1f636 /tools/build_snapshots.sh | |
parent | ec3371678b60de82ada14716b6ef272d1f51776c (diff) | |
download | pfsense-7d9c553c917c92e816178ba63c5a50cb1a3b9d74.zip pfsense-7d9c553c917c92e816178ba63c5a50cb1a3b9d74.tar.gz |
Remove support for nanobsd images < 2gb. Fixes #5836
Diffstat (limited to 'tools/build_snapshots.sh')
-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 87d101d..5297d17 100755 --- a/tools/build_snapshots.sh +++ b/tools/build_snapshots.sh @@ -185,7 +185,7 @@ while [ /bin/true ]; do snapshot_update_status "${LINE}" done - (${BUILDER_ROOT}/build.sh ${NO_UPLOAD} --flash-size '1g 2g 4g' \ + (${BUILDER_ROOT}/build.sh ${NO_UPLOAD} --flash-size '2g 4g' \ --snapshots 2>&1) | while read -r LINE; do snapshot_update_status "${LINE}" done |