From 2a5914c67b0384cdeaf4677923ac82e016e66814 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 25 Aug 2015 10:32:54 -0300 Subject: Remove old parameter --flash-vendor description from help and note --update-sources will only update FreeBSD srcs --- build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build.sh') 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" -- cgit v1.1