=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/errata21.html,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- www/errata21.html 2013/10/26 15:21:13 1.55 +++ www/errata21.html 2014/02/27 17:26:45 1.56 @@ -55,7 +55,8 @@ 5.1, 5.2, 5.3, -5.4. +5.4, +5.5.

@@ -151,22 +152,22 @@ the media to install from. Do the following at the shell prompt: if you install from CD-ROM do the following: -
# ed install.md 
-/\/bsd/s//\/mnt2\/2.1\/sparc\/bsd/ 
-wq 
+
# ed install.md
+/\/bsd/s//\/mnt2\/2.1\/sparc\/bsd/
+wq
 #
 
... or if you plan to use the bsd.scsi3 kernel you should use instead: -
# ed install.md 
-/\/bsd/s//\/mnt2\/2.1\/sparc\/bsd.scsi3/ 
-wq 
+
# ed install.md
+/\/bsd/s//\/mnt2\/2.1\/sparc\/bsd.scsi3/
+wq
 #
 
The following one you'll have to do always (not only then installing from CD-ROM) -
# ed /usr/mdec/binstall 
-/getopt/,/getopt/+4d 
-wq 
+
# ed /usr/mdec/binstall
+/getopt/,/getopt/+4d
+wq
 #
 
@@ -206,7 +207,7 @@ w q
-Alternately, simply invoke vi or another editor and change the root filesystem +Alternately, simply invoke vi or another editor and change the root filesystem to be of type ffs rather than ufs and be rw (read-write) rather than ro (read-only). In either case, you'll need to reboot the system afterwards. Make this correction as soon as possible after installing the system. @@ -214,7 +215,7 @@ "ufs" type; the "ffs" type is more correct.
  • The installer forgets to install the kernel onto the filesystem. -This is because the installer expects all packages including the kernel to +This is because the installer expects all packages including the kernel to be tar'ed and gzip'ed. The kernel was not shipped that way. Therefore, you must make this correction before attempting to boot the system. To correct, use the Installer mini-shell and do the following: @@ -235,7 +236,7 @@
    OpenBSD www@openbsd.org -
    $OpenBSD: errata21.html,v 1.55 2013/10/26 15:21:13 deraadt Exp $ +
    $OpenBSD: errata21.html,v 1.56 2014/02/27 17:26:45 deraadt Exp $