summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-12-15 16:26:19 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-12-15 16:26:19 +0000
commit59631a0b7f7a287c220c9d27a303f29bcfc752df (patch)
tree513f56434a7a579e0f07e87052bb09ef991082b8 /sys/arch
parentfddfa5ae85590e7b9b3ad5be49f8ea120bb38a9f (diff)
tweaks;
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/zaurus/stand/zboot/boot.824
1 files changed, 15 insertions, 9 deletions
diff --git a/sys/arch/zaurus/stand/zboot/boot.8 b/sys/arch/zaurus/stand/zboot/boot.8
index db691f24e18..7ade8a6a58a 100644
--- a/sys/arch/zaurus/stand/zboot/boot.8
+++ b/sys/arch/zaurus/stand/zboot/boot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: boot.8,v 1.4 2005/12/15 02:50:50 deraadt Exp $
+.\" $OpenBSD: boot.8,v 1.5 2005/12/15 16:26:18 jmc Exp $
.\"
.\" Copyright (c) 1997-2001 Michael Shalayeff
.\" All rights reserved.
@@ -330,33 +330,39 @@ Place
.Pa zboot
and
.Pa zbsdmod.o
-onto an MSDOS filesystem on a CF card, and then insert into the Zaurus.
+onto an MS-DOS filesystem on a CF card, and then insert into the Zaurus.
.It
Remove power from the Zaurus.
.It
-Unplug the battery
+Unplug the battery.
.It
-Start holding down the 'b' and 'd' keys.
+Start holding down the
+.Sq b
+and
+.Sq d
+keys.
.It
Wait 30 seconds, then re-insert the battery and power up the Zaurus.
.It
-When you see text start to appear on the Zaurus, release the 'b' and
-'d' keys.
+When you see text start to appear on the Zaurus, release the
+.Sq b
+and
+.Sq d
+keys.
.It
Login as root and perform the following steps:
-.El
-.Pp
.Bd -literal -offset indent
# mount /dev/mtdblock2 /tmp
# cp /mnt/cf/z* /tmp/home/etc/rc.d
# reboot
.Ed
.Pp
-A SD card with an MSDOS filesystem may be used instead, in which case
+An SD card with an MS-DOS filesystem may be used instead, in which case
the Linux pathname will be
.Pa /mnt/card
instead of
.Pa /mnt/cf .
+.El
.Sh SEE ALSO
.\" .Xr gzip 1 ,
.Xr autoconf 4 ,