nanobsd configuration

2012-10-23 Thread Jack Mc Lauren
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 ??

thanks ...
___
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


Re: nanobsd configuration

2012-10-23 Thread Arthur Chance

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


Re: nanobsd configuration

2012-10-23 Thread Jack Mc Lauren





 From: Arthur Chance free...@qeng-ho.org
To: Jack Mc Lauren jack.mclau...@yahoo.com 
Cc: freebsd-questions@freebsd.org freebsd-questions@freebsd.org 
Sent: Tuesday, October 23, 2012 2:54 PM
Subject: Re: nanobsd configuration
 
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?


===
thanks 
you mean after building image, this function remove unwanted from WORLDDIR ?
i suppose this will not effect the image, because the image had been built 
before removing unwanted directories ...
did i get your point correctly ? 
___
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