Date: Sat, 31 Jan 1998 07:11:54 -0800 From: "Jordan K. Hubbard" <jkh@time.cdrom.com> To: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> Cc: Mike Smith <mike@smith.net.au>, freebsd-current@FreeBSD.ORG Subject: Re: /kernel.config takes over boot: -c :-(( Message-ID: <4315.886259514@time.cdrom.com> In-Reply-To: Your message of "Sat, 31 Jan 1998 17:37:22 %2B0900." <199801310837.RAA26481@zodiac.mech.utsunomiya-u.ac.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
I was about to say the same thing. :-)
I'm off to the airport now. You guys can talk to the vacation program
in your reply. :-)
Jordan
>
> > static int
> > getchar(void)
> >@@ -147,8 +148,10 @@
> > }
> > }
> > if (*next) {
> >+ userconfig_boot_parsing = 1;
> > return (*next++);
> > } else {
> >+ userconfig_boot_parsing = 1;
> ~~~~~
> Don't you want "userconfig_boot_parsing = 0" here?
>
> Kazu
>
> > return cngetc();
> > }
> > }
> >@@ -2836,6 +2839,15 @@
> > static int
> > quitfunc(CmdParm *parms)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4315.886259514>
