Date: Thu, 14 Sep 2006 18:06:25 -0300 From: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> To: Julian Elischer <julian@elischer.org> Cc: current@freebsd.org Subject: Re: nanobsd and -current Message-ID: <4509C451.4040006@freebsdbrasil.com.br> In-Reply-To: <4509C2C7.10503@elischer.org> References: <4509C2C7.10503@elischer.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Julian Elischer wrote: > I'm looking at trying to make a -current nanobsd image I can put on a > USB dongle. > > Looking at: > http://www.freebsd.org/doc/en_US.ISO8859-1/articles/nanobsd/howto.html > > Using the config file example in the web site fails with > > ===> usr.bin/lex (install) > install -s -o root -g wheel -m 555 lex > /usr/obj/nanobsd.julian//_.w/usr/bin > install -C -o root -g wheel -m 444 /usr/src/usr.bin/lex/FlexLexer.h > /usr/obj/nanobsd.julian//_.w/usr/include > ===> usr.bin/lex/lib (install) > install -C -o root -g wheel -m 444 libln_p.a > /usr/obj/nanobsd.julian//_.w/usr/lib > /usr/obj/nanobsd.julian//_.w/usr/lib/libl.a -> > /usr/obj/nanobsd.julian//_.w/usr/lib/libln.a > ln: /usr/obj/nanobsd.julian//_.w/usr/lib/libln.a: No such file or directory > *** Error code 1 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > > has anyone used it recently? > > also, the docs are not very helpful in how to cut down the size of the > image > > the example uses a lot of lines such as: > NO_MODULES=YES > > is there a place where all these can be found? > > I've looked in make.conf and /usr/src/Makefile.inc1 but there doesn't > seem to be an > exhaustive list anywhere. > > I want to slim it down to fit on a 64 MB usb key but it's not immediatly > how to do this from the 'docs' > I'm resorting to reading the scripts and then the Makefiles but if > anyone has this alreay all written down somewhere > that would be good. > > > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" Hi Julian, Try to use TinyBSD, www.tinybsd.org or in ports collection sysutils/tinybsd. If you have any doubt tell me ;) -- Jean
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4509C451.4040006>