=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/errata.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- www/errata.html 1997/07/20 21:37:10 1.18 +++ www/errata.html 1997/07/23 12:10:52 1.19 @@ -86,6 +86,33 @@ # dd if=boot of=newboot obs=512 conv=osync # mv newboot boot +
  • The sparc install script has two flaws that make the kernel copy + and the bootblock install fail. The kernel copy only fails + then installing from CD-ROM. To workaround this use the + following sequence of commands before starting the install + script. This must be done each time the install kernel is + booted if the install script is to be run and the CD-ROM is + 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 
    +#
    +
    + ... 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 
    +#
    +
    + The following one you'll have to do always (not only then + installing from from CD-ROM) +
    # ed /usr/mdec/binstall 
    +/getopt/,/getopt/+4d 
    +wq 
    +#
    +
  • Pmax