summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2009-02-16 13:53:10 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2009-02-16 13:53:10 +0000
commit2d500347293b67c77054ce0f58fff5d31288bff1 (patch)
tree7c50600f20a440fb53db114b2fc260a9f7a523a8
parent8e6e68ac3a13d2ff7919488b25d7b01d3b19828b (diff)
- it's 'saveenv' and not 'savenv'
-rw-r--r--distrib/notes/socppc/prep4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/notes/socppc/prep b/distrib/notes/socppc/prep
index a0e72e9f488..6031773daef 100644
--- a/distrib/notes/socppc/prep
+++ b/distrib/notes/socppc/prep
@@ -1,4 +1,4 @@
-dnl $OpenBSD: prep,v 1.5 2009/02/15 21:03:56 jasper Exp $
+dnl $OpenBSD: prep,v 1.6 2009/02/16 13:53:09 jasper Exp $
To be able to boot the OpenBSD/MACHINE installation program, you will
need to learn a bit about Das U-Boot, the low-level process that controls
the microprocessor after hardware initialization.
@@ -132,7 +132,7 @@ back, just change the boot script with fconfig back to what it was,
for example:
=> setenv bootcmd flashboot
- => savenv
+ => saveenv
The bootloader is command driven with timeout like many other OpenBSD
architectures.