Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Installing additional sets

0 views
Skip to first unread message

Deja User

unread,
Oct 1, 2001, 9:47:02 AM10/1/01
to netbs...@netbsd.org
Hello, I installed netbsd 1.5.2 to my sparc IPX and I only installed
some of the sets because of low disk space. Now it looks like
there is still some space left so I`d like to install the compiler
and maybe games. Is there some other program than sysinst for doing
this? sysinst worked very well for the install but if I can avoid
booting the the system again from floppies it would be nicer...
thanks, Vesa X

------------------------------------------------------------
--== Sent via Deja.com ==--
http://www.deja.com/

Jeff Rizzo

unread,
Oct 1, 2001, 12:33:27 PM10/1/01
to Deja User, netbs...@netbsd.org
On Mon, Oct 01, 2001 at 06:46:35AM -0700, Deja User wrote:
> Hello, I installed netbsd 1.5.2 to my sparc IPX and I only installed
> some of the sets because of low disk space. Now it looks like
> there is still some space left so I`d like to install the compiler
> and maybe games. Is there some other program than sysinst for doing
> this? sysinst worked very well for the install but if I can avoid
> booting the the system again from floppies it would be nicer...
> thanks, Vesa X
>

The "sets" are nothing but gzipped tar files, so you can use "tar" or "pax"
to install them.

Say you had "comp.tar.gz" in /tmp; then you'd do this:

cd /
pax -zrpe -f /tmp/comp.tar.gz


...and the same for any of the other sets. You may wish to do this from
single-user mode, but it's not strictly necessary.

Also, be careful NOT to extract the "etc.tar.gz" set, as it will wipe
out much of your system's configuration!

+j

--
Jeff Rizzo http://boogers.sf.ca.us/~riz

0 new messages