Advertisement
Guest User

Untitled

a guest
Jan 4th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. UI vesamenu.c32
  2. DEFAULT F123
  3. PROMPT 1
  4. MENU TITLE Boot Menu
  5. MENU BACKGROUND splash1.png
  6. ALLOWOPTIONS 0
  7.  
  8. MENU WIDTH 78
  9. MENU MARGIN 4
  10. MENU ROWS 5
  11. MENU VSHIFT 10
  12. MENU TIMEOUTROW 13
  13. MENU TABMSGROW 11
  14. MENU CMDLINEROW 11
  15. MENU HELPMSGROW 16
  16. MENU HELPMSGENDROW 29
  17.  
  18. # Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu
  19.  
  20. MENU COLOR border 30;44 #40ffffff #a0000000 std
  21. MENU COLOR title 1;36;44 #9033ccff #a0000000 std
  22. MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
  23. MENU COLOR unsel 37;44 #50ffffff #a0000000 std
  24. MENU COLOR help 37;40 #c0ffffff #a0000000 std
  25. MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
  26. MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
  27. MENU COLOR msg07 37;40 #90ffffff #a0000000 std
  28. MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
  29.  
  30. LABEL F123
  31. MENU LABEL F123
  32. KERNEL /casper/vmlinuz
  33. APPEND boot=casper initrd=/casper/initrd.lz ramdisk_size=1048576 root=/dev/ram rw quiet splash –
  34. ENDTEXT
  35.  
  36. MENU PASSWD $1$9a41512b6362b8e4a2961fee2e30de6c
  37.  
  38. #timeout 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement