nanobsd


 
Thread Tools Search this Thread
Operating Systems BSD nanobsd
# 1  
Old 10-14-2012
nanobsd

hi friends
can any one explain these for me :
CONF_BUILD
CONF_INSTALL
CONF_WORLD
and these WITHOUTs :

PHP Code:
http://phk.freebsd.dk/misc/build_options_stable_8_210741/ 
thanks
# 2  
Old 10-17-2012
NanoBSD Howto
Code:
The configuration file consists of configuration options, which override the default values. The most important directives are:
  • NANO_NAME Name of build (used to construct the workdir names).
  • NANO_SRC Path to the source tree used to build the image.
  • NANO_KERNEL Name of kernel configuration file used to build kernel.
  • CONF_BUILD Options passed to the buildworld stage of the build.
  • CONF_INSTALL Options passed to the installworld stage of the build.
  • CONF_WORLD Options passed to both the buildworld and the installworld stage of the build.
  • FlashDevice Defines what type of media to use. Check the FlashDevice.sub file for more details.

A list of the WITHOUT_'s (used to be NO_'s) and their meaning is here:Man Page for src.conf (all Section 0) - The UNIX and Linux Forums

I suppose picobsd is smaller.
This User Gave Thanks to DGPickett For This Post:
# 3  
Old 10-23-2012
thank you ...
i have another problem. there are somethings which don't have without knobs , how can i control these directories manually ?

thanks ...
# 4  
Old 10-23-2012
You can add a config file and make will honor it.
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. BSD

nanobsd problem

hi i have some problems with nanobsd still. whether i set lots of WITHOUT s in CONF_WORLD or a few WITHOUT s , the image file's volume is about 600MB ... what should i do in order to have a very light image ?? thanks ... (1 Reply)
Discussion started by: turner
1 Replies
Login or Register to Ask a Question