isolinux.cfg 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. UI menu.c32
  2. PROMPT 0
  3. TIMEOUT 3000
  4. TOTALTIMEOUT 4000
  5. MENU TITLE Dragora GNU/Linux - 3.0
  6. MENU COLOR screen 22;36;40
  7. MENU COLOR border 1;36;40
  8. MENU COLOR title 22;35;40
  9. MENU COLOR unsel 37;40
  10. MENU COLOR hotkey 1;37;40
  11. MENU COLOR sel 1;36;40
  12. MENU COLOR hotsel 1;37;45
  13. MENU COLOR disabled 36;40
  14. MENU COLOR scrollbar 37;40
  15. MENU COLOR tabmsg 1;37;40
  16. MENU COLOR cmdmark 1;36;40
  17. MENU COLOR help 37;40
  18. MENU CLEAR
  19. MENU TABMSG
  20. F1 f1.msg
  21. DEFAULT dragora
  22. NOCOMPLETE 1
  23. LABEL dragora
  24. MENU LABEL ^Live mode
  25. MENU DEFAULT
  26. KERNEL vmlinuz
  27. APPEND initrd=initrd.img printk.time=0 vga=normal nofb nomodeset fbcon=map:1 RC_HWCLOCK=utc RC_HOSTNAME=dragora RC_DOMAINNAME=example.net ENABLE_ESPEAKUP=0 ESPEAKUP_VOICE=default RC_KEYMAP=qwerty/us RC_BLANKTIME=15
  28. TEXT HELP
  29. Use the 'Up' and 'Down' keys to select which entry is highlighted.
  30. Press [Enter] to boot the selected entry, [Tab] to edit command-
  31. line parameters before booting. [F1] for more information.
  32. ENDTEXT
  33. INCLUDE keys_i386.cfg
  34. LABEL cmdline
  35. MENU LABEL ^Command line
  36. TEXT HELP
  37. Exit to the boot prompt. Command-line parameters must be prepended
  38. using a label, by default "dragora". For example, to bail out to a
  39. Linux Partition you could type: dragora root=/dev/sda1 rdinit= ro
  40. ENDTEXT
  41. MENU QUIT