http://www.openbsd.org/anoncvs.html#starting
Michael <[email protected]>
| Newsgroups | gmane.os.openbsd.www |
|---|---|
| Message-ID | <[email protected]> |
From the page listed, I find:
"To extract the source tree from the CD to /usr/src (assuming the CD is mounted on /mnt):
# cd /usr/src
# tar xzf /mnt/src.tar.gz
# cd /usr
# tar xzf /mnt/xenocara.tar.gz
# tar xzf /mnt/ports.tar.gz
Assuming the downloaded files, src.tar.gz, sys.tar.gz and xenocara.tar.gz are in /usr:
# cd /usr/src
# tar xzf ../sys.tar.gz
# tar xzf ../src.tar.gz
# cd /usr
# tar xzf ../xenocara.tar.gz
# tar xzf ports.tar.gz"
Which partition is xenocara to reside in?
Thanks.