summaryrefslogtreecommitdiffstats
path: root/tools/build_snapshots.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-08-02 16:19:36 -0300
committerRenato Botelho <renato@netgate.com>2016-08-02 16:19:36 -0300
commit1787ae43a4aa785b7b820be1bfd4350685ff4069 (patch)
treeff8920fa5ae6a5aef658d7cd38f484e1df5a511f /tools/build_snapshots.sh
parent22ba6bf2358ee2c951adf246a9869628936344e4 (diff)
downloadpfsense-1787ae43a4aa785b7b820be1bfd4350685ff4069.zip
pfsense-1787ae43a4aa785b7b820be1bfd4350685ff4069.tar.gz
Enable ISO during snapshots
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 b62242c..634ced1 100755
--- a/tools/build_snapshots.sh
+++ b/tools/build_snapshots.sh
@@ -182,7 +182,7 @@ while [ /bin/true ]; do
done
(${BUILDER_ROOT}/build.sh ${NO_UPLOAD} --flash-size '2g 4g' \
- --snapshots ${NO_IMAGES} "memstick memstickadi memstickserial" 2>&1) \
+ --snapshots ${NO_IMAGES} "memstick memstickadi memstickserial iso" 2>&1) \
| while read -r LINE; do
snapshot_update_status "${LINE}"
done
OpenPOWER on IntegriCloud