home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 October / PCpro_2006_10.ISO / files / wininside / ubcd / ubcd34-basic.exe / ubcd34-basic.iso / images / offline.iso / isolinux.cfg < prev    next >
Encoding:
Text File  |  2004-08-01  |  219 b   |  10 lines

  1. default floppy
  2. display boot.msg
  3. label floppy
  4.   kernel vmlinuz
  5.  
  6. # Append stuff, usually the only stuff you might need to edit.
  7.  
  8. append rw vga=1 init=/linuxrc initrd=initrd.gz root=/dev/ram0 source=/dev/cdrom/0
  9.  
  10.