summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 6cf4c08..4b69c8b 100755
--- a/build.sh
+++ b/build.sh
@@ -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"
OpenPOWER on IntegriCloud