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?

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to