summaryrefslogtreecommitdiff
path: root/distrib/notes
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-01-14 02:22:02 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-01-14 02:22:02 +0000
commit1ddaf5f286b2ad047bc37bb05b9b860c1850f714 (patch)
tree91a968cc38998fbace8b1fbdb080d63d18d2b120 /distrib/notes
parent42521b4fc354d51db342d60804a61cc993d03f00 (diff)
basic minimal zaurus c3000 install instructions
Diffstat (limited to 'distrib/notes')
-rw-r--r--distrib/notes/zaurus/install34
1 files changed, 32 insertions, 2 deletions
diff --git a/distrib/notes/zaurus/install b/distrib/notes/zaurus/install
index d31d1de66ea..7d31d61a9af 100644
--- a/distrib/notes/zaurus/install
+++ b/distrib/notes/zaurus/install
@@ -1,8 +1,29 @@
-dnl $OpenBSD: install,v 1.1 2005/01/10 03:30:48 drahn Exp $
+dnl $OpenBSD: install,v 1.2 2005/01/14 02:22:01 deraadt Exp $
OpenBSDInstallPrelude
-MANUALLY
+OpenBSD is installed on the Zaurus by effectively converting
+Linux into a boatloader. You will need the following files
+from the distribution:
+ zbsdmod.o
+ zboot
+ bsd.rd
+
+After starting up some sort of terminal emulator on the Zaurus
+and becoming root, perform the following operation:
+
+ # insmod -f zbsdmod.o
+ # mknod /dev/zboot c 99 0
+ # cp bsd.rd /dev/zboot
+
+A few seconds later, OpenBSD will boot on your Zaurus.
+
+If you already have a bsd.rd or bsd kernel contained in a FFS
+partition on the C3000 hard drive, you can instead use
+
+ # insmod -f zbsdmod.o
+ # mknod /dev/zboot c 99 0
+ # zboot
OpenBSDInstallPart2
@@ -31,6 +52,11 @@ OpenBSDInstallPart4({:- If you have Linux partitions
defined on the disk, these will usually show up as partition
'h', 'i' and so on.-:})
+ One of the three partitions on the Zaurus C3000 hard drive is
+ a 3GB MSDOS filesystem. It is recommended that you use fdisk
+ to convert this Zaurus partition to an OpenBSD partition by
+ changing the partition ID to 'A5'.
+
Note that all OpenBSD partitions in the disk label must have an
offset that makes it start within the OpenBSD part of the disk,
and a size that keeps it inside of that portion of the disk. This
@@ -38,6 +64,10 @@ OpenBSDInstallPart4({:- If you have Linux partitions
shared with other operating systems, and within the OpenBSD fdisk
partition if the disk is being shared.
+ If you have created an 'A5' OpenBSD partition earlier using fdisk,
+ you will be able to use disklabel to cut that partition into at
+ least a root filesystem and swap partition.
+
OpenBSDInstallPart5(wd0)
OpenBSDInstallNet({:-CD-ROM, -:},nofloppy)