summaryrefslogtreecommitdiff
path: root/distrib/notes
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-01-14 08:24:45 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-01-14 08:24:45 +0000
commitf7ec45bca41f0a10524ebe52a62b893590cd13df (patch)
tree64dd80181bf04f87cb417b4a2ed804880c5d0dcc /distrib/notes
parent59730e7f084ee6ea962133530be63cfea4dfce06 (diff)
mknod no longer needed
Diffstat (limited to 'distrib/notes')
-rw-r--r--distrib/notes/zaurus/install6
1 files changed, 2 insertions, 4 deletions
diff --git a/distrib/notes/zaurus/install b/distrib/notes/zaurus/install
index 7d31d61a9af..29d35553502 100644
--- a/distrib/notes/zaurus/install
+++ b/distrib/notes/zaurus/install
@@ -1,4 +1,4 @@
-dnl $OpenBSD: install,v 1.2 2005/01/14 02:22:01 deraadt Exp $
+dnl $OpenBSD: install,v 1.3 2005/01/14 08:24:44 deraadt Exp $
OpenBSDInstallPrelude
OpenBSD is installed on the Zaurus by effectively converting
@@ -13,8 +13,7 @@ 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
+ # cp bsd.rd /proc/zboot
A few seconds later, OpenBSD will boot on your Zaurus.
@@ -22,7 +21,6 @@ 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