home *** CD-ROM | disk | FTP | other *** search
/ ftp.comtrol.com / 2014.07.ftp.comtrol.com.tar / ftp.comtrol.com / rport_express / diag / userdiag-2.07.iso / isolinux / isolinux.cfg < prev    next >
Text File  |  2013-11-05  |  1KB  |  46 lines

  1. UI vesamenu.c32
  2.  
  3. PROMPT 0
  4. TIMEOUT 50
  5. ONTIMEOUT rescuecd_std
  6.  
  7. MENU DEFAULT rescuecd_std
  8. MENU TABMSG Press [enter] to boot.   Press up/down to select kernel.
  9. MENU TITLE Comtrol RocketPort LiveCD  (based on systemrescuecd 1.6.3)
  10. MENU ROWS 16
  11. MENU TIMEOUTROW 22
  12. MENU TABMSGROW 24
  13. MENU CMDLINEROW 24
  14. MENU HELPMSGROW 26
  15. MENU WIDTH 78
  16. MENU MARGIN 6
  17. MENU BACKGROUND #c00090f0
  18.  
  19. MENU color title    1;31;40    #FFFF0000 #00000000 std
  20. MENU color sel      7;37;40    #FF000000 #FFC0C0C0 all
  21. MENU color unsel    37;44      #FF000000 #00000000 none
  22. MENU color hotsel   1;7;37;40  #FF000000 #FFC0C0C0 all
  23. MENU color tabmsg   1;31;40    #FFFFFF00 #00000000 std
  24. MENU color help     1;31;40    #FFFFFFFF #00000000 none
  25.  
  26. LABEL rescuecd_std
  27.   MENU LABEL 1)  Standard 32-bit kernel
  28.   LINUX rescuecd
  29.   INITRD initram.igz
  30.   APPEND  setkmap=us edd=off nomodeset
  31.   INCLUDE appsel.cfg
  32.   TEXT HELP
  33.   Boot standard 32bit kernel with default options (should always work)
  34.   You should use this entry if you don't know which one to use
  35.   ENDTEXT
  36.  
  37. LABEL rescuecd_alt
  38.   MENU LABEL 2) Alternate 32-bit kernel
  39.   LINUX altker32
  40.   INITRD initram.igz
  41.   APPEND  setkmap=us edd=off nomodeset
  42.   INCLUDE appsel.cfg
  43.   TEXT HELP
  44.   Boot alternative 32bit kernel with default options (should always work)
  45.   ENDTEXT
  46.