Advertisement
METAJIJI

pxelinux.cfg/default

Nov 23rd, 2015
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. $ cat default | iconv -f cp866 -t utf8
  2. DEFAULT vesamenu.c32
  3. FONT pxelinux.cfg/Cyr_a8x16.psf
  4. PROMPT 0
  5. NOESCAPE 1
  6. TIMEOUT 600
  7. TOTALTIMEOUT 9000
  8. ONTIMEOUT bootlocal
  9.  
  10.  
  11. MENU TITLE PXE Boot Menu (x86)
  12. MENU INCLUDE pxelinux.cfg/graphics.conf
  13.  
  14.  
  15. # Boot local HDD (default)
  16. LABEL bootlocal
  17. MENU LABEL Boot Local HDD (default)
  18. MENU default
  19. localboot 0x80
  20. # if it doesn't work
  21. #kernel chain.c32
  22. #append hd0
  23.  
  24.  
  25. # Tests:
  26. MENU INCLUDE pxelinux.cfg/tests.conf
  27.  
  28. # Clenezilla i386 and amd64:
  29. MENU INCLUDE pxelinux.cfg/clonezilla.conf
  30.  
  31. # Ubuntu i386 and amd64:
  32. MENU INCLUDE pxelinux.cfg/ubuntu.conf
  33.  
  34. # Kubuntu i386 and amd64:
  35. MENU INCLUDE pxelinux.cfg/kubuntu.conf
  36.  
  37. # CentOS i386 and amd64:
  38. MENU INCLUDE pxelinux.cfg/centos.conf
  39.  
  40. # Archlinux i686 and amd64:
  41. MENU INCLUDE pxelinux.cfg/archlinux.conf
  42.  
  43. # Windows:
  44. MENU INCLUDE pxelinux.cfg/windows.conf
  45.  
  46. # Seagate:
  47. MENU INCLUDE pxelinux.cfg/seagate.conf
  48.  
  49. LABEL reconf
  50. MENU LABEL ^* Перечитать конфиг
  51. CONFIG pxelinux.cfg/default
  52. MENU END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement