Date: Tue, 7 Nov 1995 20:56:57 +0100 (MET) From: Christoph Kukulies <kuku@gilberto.physik.rwth-aachen.de> To: 91gotter@wave.scar.utoronto.ca (GOTTER PAUL DANIEL) Cc: freebsd-questions@freebsd.org Subject: Re: how do I add things after installing? Message-ID: <199511071956.UAA01863@gilberto.physik.rwth-aachen.de> In-Reply-To: <9511071512.AA23828@wave.scar.utoronto.ca> from "GOTTER PAUL DANIEL" at Nov 7, 95 10:12:01 am
next in thread | previous in thread | raw e-mail | index | archive | help
> > Hi again, > > I've just installd freebsd to my 386DX system (I decided to allocate 65 > megs of hard drive space after everyone told me 40 megs wasn't enough). > Now I want to install the manpages, dict, and games files, how do I do > that? I've downloaded them to my dos partition, so what's next? Thanks > in advance. You can mount your dos partition mount -t msdos /dev/wd0s1 /mnt (or what ever your dos partition is on) cat /dos/manpages/man* | ( cd / ; tar zxvf - ) The same for dict and games and keep fingers crossed that everything will fit :-) > > Paul Gotter > 91gotter@wave.scar.utoronto.ca > --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511071956.UAA01863>