diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2005-09-09 08:51:57 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2005-09-09 08:51:57 +0000 |
commit | 682e76fcb5fe44292ee9b032ddf8d2b1b60afd22 (patch) | |
tree | d5eb67799c2bb0036940f6ecc99ac34fe3a14494 /distrib/notes | |
parent | e44b0e4328e94ad4ea7902ea5ca115511b68e0c1 (diff) |
point readers to the correct part of the document for instructions and
make one of the instructions more obvious in what it does. both tweaks
from Mike Hernandez.
poke from jmc@
Diffstat (limited to 'distrib/notes')
-rw-r--r-- | distrib/notes/zaurus/install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/notes/zaurus/install b/distrib/notes/zaurus/install index 2638559c175..2838bfeb6ce 100644 --- a/distrib/notes/zaurus/install +++ b/distrib/notes/zaurus/install @@ -1,4 +1,4 @@ -dnl $OpenBSD: install,v 1.15 2005/08/30 19:22:56 niallo Exp $ +dnl $OpenBSD: install,v 1.16 2005/09/09 08:51:56 dlg Exp $ OpenBSDInstallPrelude OpenBSD is installed on the Zaurus by effectively converting @@ -170,7 +170,7 @@ OpenBSDInstallPart4({:- If you have Linux partitions the disk, they are actually ext3fs partitions and you will thereby corrupt their journals. This will make them into ext2fs partitions. Linux will not be able to boot, and you will need to use the - processes above to get to the point where Linux will mount them as + processes below to get to the point where Linux will mount them as ext2fs partitions: Login as root. @@ -188,7 +188,7 @@ OpenBSDInstallPart4({:- If you have Linux partitions cat rc.rofilesys | sed -e '/^LINUXFMT=ext3$/s/^/#/' \ -e '/^#LINUXFMT=ext2$/s/^#//' > ext2 diff -u rc.rofilesys ext2 # to double check - cp rc.rofilesys rc.rofilesys.ext2 + cp rc.rofilesys rc.rofilesys.ext3 cp ext2 rc.rofilesys If you have created an 'A6' OpenBSD partition earlier using fdisk, |