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

Diff for /www/errata.html between version 1.17 and 1.18

version 1.17, 1997/07/20 21:33:44 version 1.18, 1997/07/20 21:37:10
Line 112 
Line 112 
 sensitive part of the system. You can remove the original_libc.so.16.1  sensitive part of the system. You can remove the original_libc.so.16.1
 after the next reboot if everything is working fine.  after the next reboot if everything is working fine.
 </ul>  </ul>
   <p>
 <li><strong>Mac68k</strong>  <li><strong>Mac68k</strong>
 <ul>  <ul>
 <li>The installer generates incorrect /etc/fstab files.  <li>The installer generates incorrect /etc/fstab files.
 To correct, do the following:  To correct, do the following:
 <pre>  <pre>
 # mount /dev/sd0a /<b>  <b>#</b> mount /dev/sd0a /
 # ed /etc/fstab<b>  <b>#</b> ed /etc/fstab
 1,$s/ ufs / ffs /<b>  1,$s/ ufs / ffs /
 w<b>  w
 q<b>  q
 # reboot<b>  <b>#</b> reboot
 </pre>  </pre>
 The installer should not have specified the filesystem as the old  The installer should not have specified the filesystem as the old
 "ufs" type; the "ffs" type is more correct.  "ufs" type; the "ffs" type is more correct.

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18