nanobsd configuration
    Arthur Chance 
    freebsd at qeng-ho.org
       
    Tue Oct 23 11:24:52 UTC 2012
    
    
  
On 10/23/12 09:28, Jack Mc Lauren wrote:
> hi
>
> i have a problem with nanobsd. there are somethings which don't have WITHOUT knobs,
 > how can i control these directories manually ? how can i add a 
costume function to
 > nanobsd.sh to do this ??
How about something along the lines of
cust_clean () {
	rm -rf ${NANO_WORLDIR}/path/to/unwanted
}
customize_cmd cust_clean
in your nanobsd config file?
    
    
More information about the freebsd-questions
mailing list