summaryrefslogtreecommitdiffstats
path: root/release/picobsd/doc/src/how2build.html
diff options
context:
space:
mode:
Diffstat (limited to 'release/picobsd/doc/src/how2build.html')
-rw-r--r--release/picobsd/doc/src/how2build.html17
1 files changed, 9 insertions, 8 deletions
diff --git a/release/picobsd/doc/src/how2build.html b/release/picobsd/doc/src/how2build.html
index 8549c5b..12303be 100644
--- a/release/picobsd/doc/src/how2build.html
+++ b/release/picobsd/doc/src/how2build.html
@@ -18,13 +18,13 @@
Become root. You'll need to mount and unmount various volumes.
</li>
<li>
- Make sure you are running kernel with support for vn(4) devices.
+ Make sure you are running kernel with support for md(4) devices.
If you run plain GENERIC (just as it was installed on your system),
you'll need to recompile you kernel and reinstall it. See the
appropriate entries in The Handbook (/usr/share/doc/handbook).
</li>
<li> Change working directory (<code>cd build</code>) and run the
- <code>./build</code> script. Select target language, size of MFS and
+ <code>./picobsd</code> script. Select target language, size of MFS and
one of pre-canned setups (personal dialup, dialin server or
router-like). Details of each setup are contained in dial/,
router/, isp/ and net/ directories respectively. You should at least
@@ -107,14 +107,15 @@
</li>
</ul>
</li>
-<li> Make sure that the system you're running has /dev/[r]vn0* entries in
- /dev directory (if not, you can make them with 'MAKEDEV vn0'), AND
- that your running kernel has built-in vnode driver (there should be a
- line in your kernel config file stating 'device vn xxx').
+<li> Make sure that the system you're running has /dev/md0* entries in
+ /dev directory (if not, and you dont have DEVFS running, you can
+ make them with 'MAKEDEV md0'), AND
+ that your running kernel has built-in memory file device (there
+ should be a line in your kernel config file stating 'device md').
</li>
<li> You'll need at least 9MB of free disk space, and free /mnt directory.
</li>
-<li> Do a <code>cd build/</code> and fire off the <code>./build</code>
+<li> Do a <code>cd build/</code> and fire off the <code>./picobsd</code>
script. Select the build parameters or 'n' for 'no change'. If all
is well, after some time (like 10-30m) you end up with a
'picobsd.bin' file in this directory.
@@ -162,7 +163,7 @@
</ul>
<li> the build process displays "Preparing MFS" and then
silently stops. In this case check if you're running it as
- root, and that you run kernel with support for vn(4)
+ root, and that you run kernel with support for md(4)
devices. Also, you can add 'set -x' at hte beginning
of the scripts to see exactly where they stop.
</li>
OpenPOWER on IntegriCloud