mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Only build memstick images for now
This commit is contained in:
parent
8de27a69c4
commit
f310decfbb
@ -191,7 +191,8 @@ while [ /bin/true ]; do
|
||||
done
|
||||
|
||||
(${BUILDER_ROOT}/build.sh ${NO_UPLOAD} --flash-size '2g 4g' \
|
||||
--snapshots ${NO_IMAGES} 2>&1) | while read -r LINE; do
|
||||
--snapshots ${NO_IMAGES} "memstick memstickadi memstickserial" 2>&1) \
|
||||
| while read -r LINE; do
|
||||
snapshot_update_status "${LINE}"
|
||||
done
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user