Return to BSD News archive
Path: sserve!manuel!munnari.oz.au!uunet!think.com!ames!agate!agate!usenet From: cgd@agate.berkeley.edu (Chris G. Demetriou) Newsgroups: comp.unix.bsd Subject: reading 386bsd 0.1 distribution cpio files Date: 18 Jul 1992 01:29:03 -0700 Organization: Kernel Hackers 'r' Us Lines: 27 Distribution: world Message-ID: <148kofINNs7c@agate.berkeley.edu> NNTP-Posting-Host: agate.berkeley.edu Summary: how to read them on other architectures Keywords: cpio 386bsd 0.1 cpio-sucks-donkeys for people who are having trouble getting files out of the 386bsd 0.1 cpio archives, you'd probably be best off getting 386bsd's cpio, and compiling that... I've found that it compiles fine on, say, DECs, and that it works... the files you want are: (from agate.berkeley.edu) pub/386BSD/386bsd-0.1/filesystem/usr/src/usr.bin/cpio/cpio.c pub/386BSD/386bsd-0.1/filesystem/usr/include/paths.h put them in the same directory, and compile with: cc -o cpio -I. cpio.c the use: cat <files> | uncompress | cpio <options> to extract/list the files. hope that helps those of you who want the 386bsd files, on other machines... 8-) Chris -- Chris G. Demetriou cgd@berkeley.edu I'm not from the computer center, and I'm *NOT* here to help *YOU*!