Advertisement
Guest User

Syslinux.cfg for Puppy linux 528.004

a guest
Mar 6th, 2012
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. ## VESAMENU.C32 and MENU.C32 MENU.INI file ##
  2. ## below is a nice simple looking menu ##
  3.  
  4. UI menu.c32
  5. DEFAULT puppy
  6. PROMPT 1
  7. TIMEOUT 200
  8.  
  9. MENU TITLE syslinux Menu
  10. MENU COLOR border 37;40 #ffffffff #00000000 std
  11. MENU COLOR disabled 30;40 #ffffffff #00000000 std
  12. MENU COLOR title 1;36;40 #a000ffff #00000000 std
  13. MENU COLOR sel 1;36;45 #a000ffff #a08000ff std
  14. MENU COLOR unsel 37;40 #ffffffff #00000000 std
  15. MENU COLOR pwdheader 1;31;47 #ffff0000 #20ffffff std
  16.  
  17. LABEL lupu_528.004
  18. MENU LABEL lupu_528.004
  19. KERNEL /puppy 528/vmlinuz
  20. INITRD /puppy528/initrd.gz
  21. APPEND pmedia=usbflash
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement