home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Linux / Fedora 12 / Installer / Fedora-12-i686-Live.iso / isolinux / isolinux.cfg < prev    next >
Encoding:
Text File  |  2009-11-09  |  1.0 KB  |  34 lines

  1.  
  2. default vesamenu.c32
  3. timeout 100
  4.  
  5. menu background splash.jpg
  6. menu title Welcome to Fedora-12-i686-Live!
  7. menu color border 0 #ffffffff #00000000
  8. menu color sel 7 #ffffffff #ff000000
  9. menu color title 0 #ffffffff #00000000
  10. menu color tabmsg 0 #ffffffff #00000000
  11. menu color unsel 0 #ffffffff #00000000
  12. menu color hotsel 0 #ff000000 #ffffffff
  13. menu color hotkey 7 #ffffffff #ff000000
  14. menu color timeout_msg 0 #ffffffff #00000000
  15. menu color timeout 0 #ffffffff #00000000
  16. menu color cmdline 0 #ffffffff #00000000
  17. menu hidden
  18. menu hiddenrow 5
  19. label linux0
  20.   menu label Boot
  21.   kernel vmlinuz0
  22.   append initrd=initrd0.img root=live:CDLABEL=Fedora-12-i686-Live rootfstype=auto ro liveimg quiet  rhgb rd_NO_LUKS rd_NO_MD noiswmd 
  23. menu default
  24. label check0
  25.   menu label Verify and Boot
  26.   kernel vmlinuz0
  27.   append initrd=initrd0.img root=live:CDLABEL=Fedora-12-i686-Live rootfstype=auto ro liveimg quiet  rhgb check
  28. label memtest
  29.   menu label Memory Test
  30.   kernel memtest
  31. label local
  32.   menu label Boot from local drive
  33.   localboot 0xffff
  34.