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

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

version 1.16, 1997/07/16 21:48:44 version 1.17, 1997/07/20 21:33:44
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>
   <li><strong>Mac68k</strong>
   <ul>
   <li>The installer generates incorrect /etc/fstab files.
   To correct, do the following:
   <pre>
   # mount /dev/sd0a /<b>
   # ed /etc/fstab<b>
   1,$s/ ufs / ffs /<b>
   w<b>
   q<b>
   # reboot<b>
   </pre>
   The installer should not have specified the filesystem as the old
   "ufs" type; the "ffs" type is more correct.
   <li>The installer forgets to install the kernel onto the filesystem.
   To correct, use the Installer mini-shell and do the following:
   <pre>
   cpin "INTERNAL:bsd-generic" "/bsd"
   </pre>
   This should place the kernel as /bsd on the filesystem. Good luck.
   </ul>
 </ul>  </ul>
   
 <hr>  <hr>

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