[BACK]Return to errata21.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/errata21.html between version 1.55 and 1.56

version 1.55, 2013/10/26 15:21:13 version 1.56, 2014/02/27 17:26:45
Line 55 
Line 55 
 <a href="errata51.html">5.1</a>,  <a href="errata51.html">5.1</a>,
 <a href="errata52.html">5.2</a>,  <a href="errata52.html">5.2</a>,
 <a href="errata53.html">5.3</a>,  <a href="errata53.html">5.3</a>,
 <a href="errata54.html">5.4</a>.  <a href="errata54.html">5.4</a>,
   <a href="errata55.html">5.5</a>.
 <br>  <br>
 <hr>  <hr>
   
Line 151 
Line 152 
         the media to install from. Do the following at the shell          the media to install from. Do the following at the shell
         prompt:          prompt:
         if you install from CD-ROM do the following:          if you install from CD-ROM do the following:
 <pre><b>#</b> ed install.md  <pre><b>#</b> ed install.md
 /\/bsd/s//\/mnt2\/2.1\/sparc\/bsd/  /\/bsd/s//\/mnt2\/2.1\/sparc\/bsd/
 wq  wq
 <b>#</b>  <b>#</b>
 </pre>  </pre>
         ... or if you plan to use the bsd.scsi3 kernel you should use instead:          ... or if you plan to use the bsd.scsi3 kernel you should use instead:
 <pre><b>#</b> ed install.md  <pre><b>#</b> ed install.md
 /\/bsd/s//\/mnt2\/2.1\/sparc\/bsd.scsi3/  /\/bsd/s//\/mnt2\/2.1\/sparc\/bsd.scsi3/
 wq  wq
 <b>#</b>  <b>#</b>
 </pre>  </pre>
         The following one you'll have to do always (not only then          The following one you'll have to do always (not only then
         installing from CD-ROM)          installing from CD-ROM)
 <pre><b>#</b> ed /usr/mdec/binstall  <pre><b>#</b> ed /usr/mdec/binstall
 /getopt/,/getopt/+4d  /getopt/,/getopt/+4d
 wq  wq
 <b>#</b>  <b>#</b>
 </pre>  </pre>
 </ul>  </ul>
Line 206 
Line 207 
 w  w
 q  q
 </pre>  </pre>
 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  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.  (read-only).  In either case, you'll need to reboot the system afterwards.
 Make this correction as soon as possible after installing the system.  Make this correction as soon as possible after installing the system.
Line 214 
Line 215 
 "ufs" type; the "ffs" type is more correct.  "ufs" type; the "ffs" type is more correct.
   
 <li>The installer forgets to install the kernel onto the filesystem.  <li>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  be tar'ed and gzip'ed.  The kernel was not shipped that way.  Therefore, you
 must make this correction <em>before attempting to boot the system</em>.  must make this correction <em>before attempting to boot the system</em>.
 To correct, use the Installer mini-shell and do the following:  To correct, use the Installer mini-shell and do the following:

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56