Subject: Re: HEADS UP: migration to fully dynamic linked "base" system
To: Sean Davis <dive@endersgame.net>
From: Luke Mewburn <lukem@wasabisystems.com>
List: current-users
Date: 08/26/2002 20:02:11
On Mon, Aug 26, 2002 at 05:40:48AM -0400, Sean Davis wrote:
  | What is the recommended update process for this? My current
  | (userland) update process is simply to build.sh to a destdir, then
  | pax -rwvpe bin sbin usr / in that destdir. Will adding 'rescue lib'
  | to 'bin sbin usr' be sufficient?

It should be, although I'd copy rescue & lib first.
I.e, for the first time, copy rescue lib to /, and ensure that
they're there ok.  Then copy the rest of the stuff.
Once you've migrated, something like "pax -rwvpe rescue lib bin sbin usr /"

Luke.