Re: picobsd and mdconfig

2001-06-22 Thread Luigi Rizzo
On line 336 of the script, you export dead air, resulting in and Makefile.conf handles that in a way similar to the one you show below. CONFIG=${CONFIG:-config} cheers luigi To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the

Re: picobsd and mdconfig

2001-06-22 Thread Omachonu Ogali
On Fri, Jun 22, 2001 at 12:26:39PM +0200, Luigi Rizzo wrote: On line 336 of the script, you export dead air, resulting in and Makefile.conf handles that in a way similar to the one you show below. Luigi, you cannot run dead air. Makefile.conf only handles that if the variable does not

Re: picobsd and mdconfig

2001-06-22 Thread Luigi Rizzo
Luigi, you cannot run dead air. Makefile.conf only handles that if the variable does not exist, not if the variable is empty. ok my fault :) luigi CONFIG=${CONFIG:-config} cheers luigi To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: picobsd and mdconfig

2001-06-21 Thread Michael C . Wu
On Thu, Jun 21, 2001 at 10:52:32AM -0400, Omachonu Ogali scribbled: | vnconfig has changed to mdconfig in -current, but the | picobsd build script still references vnconfig, also | CONFIG isn't defined anywhere in the script, resulting | in the process dying when it tries to configure the |

Re: picobsd and mdconfig

2001-06-21 Thread Omachonu Ogali
On Thu, Jun 21, 2001 at 10:03:27AM -0500, Michael C . Wu wrote: On Thu, Jun 21, 2001 at 10:52:32AM -0400, Omachonu Ogali scribbled: | vnconfig has changed to mdconfig in -current, but the | picobsd build script still references vnconfig, also | CONFIG isn't defined anywhere in the script,

Re: picobsd and mdconfig

2001-06-21 Thread Michael C . Wu
On Thu, Jun 21, 2001 at 11:02:02AM -0400, Omachonu Ogali scribbled: | On Thu, Jun 21, 2001 at 10:03:27AM -0500, Michael C . Wu wrote: | On Thu, Jun 21, 2001 at 10:52:32AM -0400, Omachonu Ogali scribbled: | | vnconfig has changed to mdconfig in -current, but the | | picobsd build script still

Re: picobsd and mdconfig

2001-06-21 Thread Omachonu Ogali
On Thu, Jun 21, 2001 at 10:17:52AM -0500, Michael C . Wu wrote: On Thu, Jun 21, 2001 at 11:02:02AM -0400, Omachonu Ogali scribbled: | On Thu, Jun 21, 2001 at 10:03:27AM -0500, Michael C . Wu wrote: | On Thu, Jun 21, 2001 at 10:52:32AM -0400, Omachonu Ogali scribbled: | | vnconfig has

Re: picobsd and mdconfig

2001-06-21 Thread Luigi Rizzo
Hi, would you mind resubmitting a patch for the version of picobsd i committed this morning, also keeping in mind the following: * it would be better to define a variable, say MD, which holds the string vn or md, and is used in accessing the memory device, so we have mostly the same script

Re: picobsd and mdconfig

2001-06-21 Thread Michael C . Wu
On Thu, Jun 21, 2001 at 06:18:47PM +0200, Luigi Rizzo scribbled: | would you mind resubmitting a patch for the version of | picobsd i committed this morning, also keeping in mind the | following: | | * it would be better to define a variable, say MD, which holds | the string vn or md, and is

Re: picobsd and mdconfig

2001-06-21 Thread Luigi Rizzo
* Do we want NO_SWAPPING on or off in PicoBSD? I understand that many PicoBSD devices do not have swapspace. However, my understand of -current is that we do require swapping to work well. given that in the vast majority of cases you don't have a choice... * Do we want SOFTUPDATES?

Re: picobsd and mdconfig

2001-06-21 Thread Omachonu Ogali
On Thu, Jun 21, 2001 at 06:18:47PM +0200, Luigi Rizzo wrote: would you mind resubmitting a patch for the version of picobsd i committed this morning, also keeping in mind the following: That patch was based off of your 8:49AM (revision 1.7) commit this morning. * it would be better to