Re: netBSD DC self-booting CDR
Martin Husemann <[email protected]> Tue, 8 Jun 2010 10:08:43 +0200
| Newsgroups | gmane.os.netbsd.ports.dreamcast |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jun 07, 2010 at 04:56:24PM -0700, Michael Cukan wrote:
> What are these things? I imagine they are precompiled binaries? I
> uncompressed all of the .tgz files into folders and was wondering how to
> arrange them in my CDR image. They each have similar folders (e.g. usr) so do
> I make one usr folder for ALL of them, or one for EACH?
Yes, they are binaries - if you have a hard disk mounted as / you would
extract them all there, i.e.
cd /
tar xvzf ${SETS}/base.tgz
tar xvzf ${SETS}/comp.tgz
...
Martin