home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2000 October (Bonus) / SU7000.E01.ISO / disks / README.DOS < prev    next >
Encoding:
Text File  |  2000-07-20  |  1.5 KB  |  39 lines

  1. A short description of the kernels/bootdisks:
  2.  
  3. All kernels are modularized. This means that almost all drivers are
  4. loaded as kernel modules.
  5.  
  6. You can create a new boot/install floppy, if you have access to either
  7. a running Linux box or a running DOS box.
  8.  
  9. Choose one of the boot images in this directory according to this README
  10. Under DOS, write it to a formatted (i.e. error-free) floppy using
  11. CD1:/dosutils/rawrite/rawrite.exe . Under Linux, use a command like
  12.  
  13. cd /whereCD1isMounted/disks
  14. dd if=./myBestBootImageAccordingToReadme of=/dev/fd0u1440
  15.  
  16. Now you have a new boot/install floppy which you can use
  17. to boot either the installed system or the rescue system from CD.
  18.  
  19. BTW. if your computer is able to boot from CD-Rom, you can also
  20. boot from CD1.
  21.  
  22. ----------------------------------------------------------------------------
  23. yast2:     Standard bootdisk
  24.  
  25. bootdisk:  Fallback bootdisk for i386 and older Cyrix processors;
  26.            has no frame buffer support
  27. eide:      Bootdisk with support for special EIDE adapters
  28. laptop:    For laptops
  29.  
  30. rescue:    Rescue disk
  31. modules:   Meanwhile not all modules fit on the bootdisk. Therefore this
  32.            modules floppy exists. If you do not find the driver for your
  33.            hardware on the normal disk, just insert the modules disk
  34.            as soon as linuxrc starts.
  35. modules2:  Meanwhile one disk is too small for all modules.
  36.            Choose this modules disk if you want to do a network
  37.            installation. Just insert the modules disk as soon as
  38.            linuxrc starts.
  39.