diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 2000-07-10 12:57:38 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 2000-07-10 12:57:38 +0000 |
commit | 4f73316f2255fd532567801b32fb45d4496043ce (patch) | |
tree | 9eb9fb1da277fd1a15c8af9c29d4a7b3ba45c5b2 /distrib/notes | |
parent | 39042686a9a112c002fd4973d13d9ed29925c3b1 (diff) |
install expects /kern to be mounted. -moj
Diffstat (limited to 'distrib/notes')
-rw-r--r-- | distrib/notes/pmax/install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/distrib/notes/pmax/install b/distrib/notes/pmax/install index e1b6df6a39a..be1287e8ef3 100644 --- a/distrib/notes/pmax/install +++ b/distrib/notes/pmax/install @@ -256,10 +256,12 @@ So here's what you have to do after going into single user mode: # fsck /dev/rrz0a ; check the filesystem # mount /dev/rz0a / ; mount / read write + # mount -t kernfs /kern /kern # ./install - network boot + # mount -t kernfs /kern /kern # ./install This script should bring you to a completely installed OpenBSD/pmax |