Date: Sun, 23 Mar 2008 11:10:30 -0600 From: Tim Judd <tajudd@gmail.com> To: Sys Admin <sys@sellerbay.org> Cc: freebsd-questions@freebsd.org Subject: Re: Tinybsd ports (dhcpd3) Message-ID: <47E68F06.9050700@gmail.com> In-Reply-To: <6a5b467e0803230906o151b218fjc5aee94f09dc93b0@mail.gmail.com> References: <6a5b467e0803230906o151b218fjc5aee94f09dc93b0@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Sys Admin wrote: > I suppose this is more a question on ports than on Tinybsd. > > I'm trying to build a Tinybsd 0.9 system with DHCP-server (isc-dhcpd3) > and included it in tinybsd.ports file. When the system builds though, > there is an on-screen configuration menu for the dhcpd3 port. This > screen appears, but is not able to take keyboard input. Ultimately, > it wasn't possible to configure anything, and the only thing I could > do was to hit enter and continue with the defaults. > > Is there any way to circumvent this onscreen menu? > > Thanks > Ashant > Running make config in the port dir before making Tinybsd should prevent it. The config is saved under /var/db/ports. If Tinybsd is doing standard port system commands (cd net/dhcp3-server; make install), it should pick up the existing config and go with it. Or, running tinybsd with the enironment BATCH=yes will skip the port config, and build what is default if no config file exists. This one you probably don't want, but if the above doesn't work, this is something else to try. This may affect tinybsd in a way that is unpredictable though. Good luck, -Tim
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47E68F06.9050700>