isolinux.cfg 841 B

123456789101112131415161718192021222324252627282930313233343536
  1. UI menu.c32
  2. PROMPT 0
  3. TIMEOUT 3000
  4. TOTALTIMEOUT 4000
  5. MENU TITLE ISOLINUX: Dragora Start Menu
  6. MENU CLEAR
  7. MENU TABMSG
  8. F1 f1.msg
  9. DEFAULT dragora
  10. NOCOMPLETE 1
  11. LABEL dragora
  12. MENU LABEL ^Live mode
  13. MENU DEFAULT
  14. KERNEL vmlinuz
  15. APPEND initrd=initrd.img rw printk.time=0 nomodeset
  16. TEXT HELP
  17. Use the 'Up' and 'Down' keys to select which entry is highlighted.
  18. Press [Enter] to boot the selected entry, [Tab] to edit command-
  19. line parameters before booting. [F1] for more information.
  20. ENDTEXT
  21. INCLUDE keys_i386.cfg
  22. LABEL cmdline
  23. MENU LABEL ^Command line
  24. TEXT HELP
  25. Exit to the boot prompt. Command-line parameters must be prepended
  26. using a label, by default "dragora". For example, to bail out to a
  27. Linux Partition you could type: dragora root=/dev/sda1 rdinit= ro
  28. ENDTEXT
  29. MENU QUIT