home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / I386 / README. < prev    next >
Encoding:
Text File  |  1998-07-24  |  673 b   |  24 lines

  1. Due to a bug in SCO's CDROM driver, the CDROM delivered with Power
  2. Tools has a problem executing two files directly from the CDROM. SCO 
  3. has generously allowed us to include the fix on this CD.
  4.  
  5. The Driver.o module repairs the executable problem with SCO UNIX and CDROMs.
  6.  
  7. Here are the steps to install the CDROM driver fix:
  8.  
  9.     1) Make a backup copy of the existing Driver.o
  10.  
  11.         cp /etc/conf/pack.d/hs/Driver.o /etc/conf/pack.d/hs/Driver.o.save
  12.  
  13.     2) Copy the new driver to /etc/conf/pack.d/hs
  14.  
  15.         cp Driver.o /etc/conf/pack.d/hs/Driver.o
  16.  
  17.     3) Relink the system
  18.  
  19.         cd /etc/conf/cf.d 
  20.         link_unix
  21.  
  22. You will need to reboot your system to begin using the new driver.
  23.  
  24.