summaryrefslogtreecommitdiffstats
path: root/tools/build_snapshots.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-02-01 17:38:13 -0200
committerRenato Botelho <renato@netgate.com>2016-02-01 17:38:13 -0200
commit7d9c553c917c92e816178ba63c5a50cb1a3b9d74 (patch)
tree2a8d715a102e5d08bde061de192b6cc665e1f636 /tools/build_snapshots.sh
parentec3371678b60de82ada14716b6ef272d1f51776c (diff)
downloadpfsense-7d9c553c917c92e816178ba63c5a50cb1a3b9d74.zip
pfsense-7d9c553c917c92e816178ba63c5a50cb1a3b9d74.tar.gz
Remove support for nanobsd images < 2gb. Fixes #5836
Diffstat (limited to 'tools/build_snapshots.sh')
-rwxr-xr-xtools/build_snapshots.sh2
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
OpenPOWER on IntegriCloud