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

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

Revision 1.9, Wed Apr 30 22:18:21 1997 UTC (27 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.8: +2 -2 lines

Inc my foot

<!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>
<h1>OpenBSD</h1>
<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.9 1997/04/30 22:18:21 deraadt Exp $</small>

</body>
</html>