home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / README < prev    next >
Text File  |  2006-11-29  |  582b  |  27 lines

  1. Creating openSUSE 10.2 Boot Disks
  2. ---------------------------------
  3.  
  4. The boot files are split across several floppy disks.
  5.  
  6. To create boot disks, run 'mkbootdisk' (the program is in this directory) on
  7. a Linux system:
  8.  
  9. 1. Mount CD1 or DVD (e.g. to /media/cdrom).
  10.  
  11. 2. Run
  12.      /media/cdrom/boot/mkbootdisk /media/cdrom
  13.  
  14.    to create boot disk image files bootdisk1 - bootdiskN.
  15.  
  16. 3. Write these image files to floppies, using e.g. 
  17.  
  18.      dd if=bootdisk1 of=/dev/fd0
  19.  
  20.    (and bootdisk2 - bootdiskN accordingly).
  21.  
  22. 4. A short usage summary of 'mkbootdisk' gives
  23.  
  24.      mkbootdisk --help
  25.  
  26.  
  27.