isolinux.cfg 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. UI vesamenu.c32
  2. PROMPT 0
  3. TIMEOUT 3000
  4. TOTALTIMEOUT 4000
  5. MENU RESOLUTION 640 480
  6. MENU BACKGROUND dsplash.jpg
  7. MENU TITLE Boot Menu
  8. MENU MARGIN 16
  9. MENU ROWS 6
  10. MENU VSHIFT 4
  11. MENU TIMEOUTROW 13
  12. MENU HELPMSGROW 16
  13. MENU TABMSG
  14. MENU COLOR screen 0 #10460a #00000000 std
  15. MENU COLOR border 0 #b26818 #00000000 std
  16. MENU COLOR title 0 #1fb251 #00000000 std
  17. MENU COLOR sel 30 #00000003 #18b218 std
  18. MENU COLOR hotsel 0 #ffffffff #18b218 std
  19. MENU COLOR hotkey 0 #b26818 #00000000 std
  20. MENU COLOR help 0 #fad900 #00000000 std
  21. MENU CLEAR
  22. F1 f1.msg #10460a
  23. DEFAULT live
  24. NOCOMPLETE 1
  25. LABEL live
  26. MENU LABEL ^Boot Dragora Live
  27. MENU DEFAULT
  28. KERNEL vmlinuz
  29. APPEND initrd=initrd.img rw printk.time=0 nomodeset
  30. TEXT HELP
  31. Use the 'Up' and 'Down' keys to select which entry is highlighted.
  32. Press [Enter] to boot the selected entry, [Tab] to edit command-
  33. line parameters before booting. Press [F1] for more information.
  34. ENDTEXT
  35. LABEL install
  36. MENU LABEL ^Install Dragora
  37. MENU DEFAULT
  38. KERNEL vmlinuz
  39. APPEND initrd=initrd.img rw printk.time=0 DRAGORA_SETUP nomodeset
  40. TEXT HELP
  41. This will invoke the tools to configure the keymap, mouse and then
  42. run the Dragora installer for you.
  43. ENDTEXT
  44. MENU SEPARATOR
  45. LABEL prompt
  46. MENU LABEL ^Exit to the boot prompt
  47. TEXT HELP
  48. Command line parameters must be prepended using a label, by default
  49. "dragora". For example, to bail out to a Linux partition you could
  50. type: dragora root=/dev/sda1 rdinit= ro
  51. ENDTEXT
  52. MENU QUIT