On Fri, Mar 10, 2017 at 10:52:09AM -0700, John Floren wrote:
Thanks Warren and Geoff,
Two problems:
1. 403 forbidden on that tarball
2. What's the best way to get these files into a running 4.3 system?
My bad, permissions fixed. Assuming you have downloaded the git repository
and you have a directory you want converted into a tarball to feed into
the site5 system:
$ bsdtar cf - <directory> | ./mktape /dev/stdin > site5.tap
Then inside the simulated system
# mt rew
# tar vxf /dev/rmt12
Cheers, Warren