Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 May 2002 15:09:17 -0700
From:      Terry Lambert <tlambert2@mindspring.com>
To:        Gordon Tetlow <gordont@gnf.org>
Cc:        hackers@freebsd.org
Subject:   Re: nextboot loader diff
Message-ID:  <3CDC450D.20F05776@mindspring.com>
References:  <Pine.LNX.4.44.0205101451260.27477-100000@smtp.gnf.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Gordon Tetlow wrote:
> Is there anything that is wrong with the conceptual implementation of the
> nextboot loader code that I've submitted? It definitely needs a code
> cleanup on the forth side (which I'm not qualified to do), but if there
> are no other objections, I'd really like to see this code committed.

There should be a list, so that in a brown-out or whatever, you
don't end up toggling back to the previous version accidently.

You should only ever rewrite the contents of a single file, and
it shouldn't be an important file.

The existance/non-existance of the single file should be enough
to trigger/suppress the nextboot behaviour.

Don't assume that the nextboot file will be on the same disk and/or
partition as the boot and other config file code.

--

Together, these things will allow the new code to solve the same
problem that the old code solved on the InterJet.

-- Terry

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3CDC450D.20F05776>