[BACK]Return to snapshots.html CVS log [TXT][DIR] Up to [local] / www

File: [local] / www / Attic / snapshots.html (download) (as text)

Revision 1.10, Fri Jun 13 02:22:28 1997 UTC (26 years, 11 months ago) by downsj
Branch: MAIN
Changes since 1.9: +5 -3 lines

Make all of the top level pages more consistent.

Now for the rest...

<!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
<html>
<head>
<title>OpenBSD Snapshots</title>
<link rev=made href=mailto:www@openbsd.org>
<meta name="resource-type" content="document">
<meta name="description" content="the OpenBSD snapshots info page">
<meta name="keywords" content="openbsd,snapshots">
<meta name="distribution" content="global">
<meta name="copyright" content="This document copyright 1996 by OpenBSD.">
</head>

<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">

<img alt="[OpenBSD]" SRC="images/smalltitle.gif">

<hr>
<h2>OpenBSD Snapshots</h2>

<h3><strong>How OpenBSD Snapshots are built:</strong></h3>

<p>
In each snapshot, all tar.gz files are rooted at /.  If you are a
trusting kind of person you can use the following script.  However it
is suggested that you not blindly install snapshots in this fashion.
</p>

<pre>
	foreach i ( `pwd`/*.tar.gz )
	    ( cd /; tar --unlink zxvpf $i )
	end
</pre>

<p>
The tar program you use must be GNU tar, OpenBSD tar (based on pax) or
some other newer posix-compliant version.  The tar files contain
directory information in a new format, in particular dev.tar.gz
contains all sorts of files that an older version of tar would break
on.  Also, one should be able to use just about any version of pax
instead.
<p>

<hr>
<a href=ftp.html><img src=back.gif border=0 alt=OpenBSD></a>
<a href=mailto:www@openbsd.org>www@openbsd.org</a>
<br>
<small>$OpenBSD: snapshots.html,v 1.10 1997/06/13 02:22:28 downsj Exp $</small>

</body>
</html>