summaryrefslogtreecommitdiffstats
path: root/build.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 /build.sh
parentec3371678b60de82ada14716b6ef272d1f51776c (diff)
downloadpfsense-7d9c553c917c92e816178ba63c5a50cb1a3b9d74.zip
pfsense-7d9c553c917c92e816178ba63c5a50cb1a3b9d74.tar.gz
Remove support for nanobsd images < 2gb. Fixes #5836
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 00d89f4..ff144f2 100755
--- a/build.sh
+++ b/build.sh
@@ -54,7 +54,7 @@ usage() {
echo "Usage $0 [options] [ iso | nanobsd | ova | nanobsd-vga | memstick | memstickserial | memstickadi | fullupdate | all ]"
echo " all = iso nanobsd nanobsd-vga memstick memstickserial memstickadi fullupdate"
echo " [ options ]: "
- echo " --flash-size|-f size(s) - a list of flash sizes to build with nanobsd i.e. '512m 1g'. Default: 512m"
+ echo " --flash-size|-f size(s) - a list of flash sizes to build with nanobsd i.e. '2g 4g'. Default: 2g"
echo " --no-buildworld|-c - Will set NO_BUILDWORLD NO_BUILDKERNEL to not build kernel and world"
echo " --no-cleanobjdir|--no-cleanrepos|-d - Will not clean FreeBSD object built dir to allow restarting a build with NO_CLEAN"
echo " --resume-image-build|-r - Includes -c -d and also will just move directly to image creation using pre-staged data"
OpenPOWER on IntegriCloud