diff options
author | abial <abial@FreeBSD.org> | 1998-09-29 12:23:58 +0000 |
---|---|---|
committer | abial <abial@FreeBSD.org> | 1998-09-29 12:23:58 +0000 |
commit | 0332bc6517ed70abbf608508f724f7c3f1c5f641 (patch) | |
tree | 535289cd4f8acc7670b022ce766c79f0edb7f4bd /release/picobsd/doc/src | |
parent | 8064cb05e7738f80a2aedd6048f9469317783b59 (diff) | |
download | FreeBSD-src-0332bc6517ed70abbf608508f724f7c3f1c5f641.zip FreeBSD-src-0332bc6517ed70abbf608508f724f7c3f1c5f641.tar.gz |
Small update: you need to unpack the stand-alone picobsd tarball into
src/release/picobsd, otherwise it won't work.
Pointed out by: Randal Masutani <randal@comtest.com>
Diffstat (limited to 'release/picobsd/doc/src')
-rw-r--r-- | release/picobsd/doc/src/how2build.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/release/picobsd/doc/src/how2build.html b/release/picobsd/doc/src/how2build.html index 9b052d6..9a29f28 100644 --- a/release/picobsd/doc/src/how2build.html +++ b/release/picobsd/doc/src/how2build.html @@ -1,5 +1,5 @@ <html> -<! $Id: how2build.html,v 1.3 1998/09/11 13:14:33 abial Exp $ > +<! $Id: how2build.html,v 1.1 1998/09/26 17:23:01 abial Exp $ > <head> <title><center>PicoBSD Development Kit</center></title> </head> @@ -23,7 +23,8 @@ of scripts prepared by <A HREF="mailto:dinesh@alphaque.com">Dinesh Nair </a> which allows to build PicoBSD floppies on a earlier systems.</p> -<p> Unpack the archive in some place with at least 5MB free space.</p> +<p> Unpack the archive into your <code>src/release/picobsd</code>. + You'll need at least 5MB of free space.</p> </li> <li> Change working directory (<code>cd build</code>) and run the <code>./build</code> script. Select target language, size of MFS and |