Subject: Re: What is this message saying?
To: None <sam@wa4phy.async.com>
From: Mike Long <mike.long@analog.com>
List: netbsd-help
Date: 03/15/1995 13:33:58
>From: sam@wa4phy.async.com (Sam Drinkard)
>Date: Tue, 14 Mar 95 21:05:47 EST
>
>instbin: compress not compiled in
You need to complete the installation process.
>Second question, same thing.. during the install process, is there a file
>somewhere that contains all the binaries that are installed? ( I fudged a
>bit on the install, only got a kernel copied and then dumped the previous
>filesystem off of tape)
The base10.* files contain the basic binary set. Either use the
floppies to extract and install them, or extract them by hand. To
extract them by hand, do something like this:
shutdown now
mv /sbin/init /sbin/init.old
cp /bin/csh /bin/cat /usr/bin/gzip /usr/bin/tar /tmp
exec /tmp/csh
cd /
/tmp/cat /usr/distrib/base10.* | /tmp/gzip -dc | /tmp/tar xvpBf -
reboot
After rebooting, make sure that the crunched binaries are all gone
(look for 900+K binaries with multiple links).
That should do it, although I make no guarantees. :-)
--
Mike Long <mike.long@analog.com> PGP 2.6.2 public key signature:
VLSI Design Engineer CCBF225E7D3F7ECB2C8F7ABB15D9BE7B
Analog Devices, CPD Division
Norwood, MA 02062 USA assert(*this!=opinionof(Analog));