diff options
author | Renato Botelho <renato@netgate.com> | 2015-08-25 10:32:54 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-08-25 14:49:56 -0300 |
commit | 2a5914c67b0384cdeaf4677923ac82e016e66814 (patch) | |
tree | acd9ca8f4e9a28cd250487d6c3b4a8f89ecb555a /build.sh | |
parent | f546e6ca5769c2c28fcc6f26a580d79a96efa04e (diff) | |
download | pfsense-2a5914c67b0384cdeaf4677923ac82e016e66814.zip pfsense-2a5914c67b0384cdeaf4677923ac82e016e66814.tar.gz |
Remove old parameter --flash-vendor description from help and note --update-sources will only update FreeBSD srcs
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -55,12 +55,11 @@ usage() { 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-vendor|-m vendor - flash vendor type. check the code for supported vendors. Default: sandisk" 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" echo " --setup - Install required repo and ports builder require to work" - echo " --update-sources - Refetch all sources" + echo " --update-sources - Refetch FreeBSD sources" echo " --print-flags - Show current builder configuration" echo " --clean-builder - clean all builder used data/resources" echo " --build-kernels - build all configured kernels" |