pxe.conf
上传用户:dlc114
上传日期:2010-01-17
资源大小:24k
文件大小:2k
源码类别:

文件操作

开发平台:

C/C++

  1. # *******  PXE CONFIGURATION FILE *******
  2. #Any Line starting with a '#' is treated as a comment line
  3. #and ignored. However, '#' must be the first character on
  4. #a line and no spaces before that are allowed.
  5. #The following entry will be queried if PXE fails to get 
  6. #the IP address automatically through 'ifconfig' like code built-in. This
  7. #is only needed if the above interface name is not present in the system
  8. [OurIpAddress]
  9. #192.215.100.202
  10. #This entry shows the base directory of the mtftpd. All file names/paths
  11. #will be relative to this directory. This is the same name that should 
  12. #be used as the start up argument to the mtftpd daemon.
  13. [Mtftpd_Root_Directory]
  14. /tftpboot
  15. [MasterProxy]
  16. 1
  17. #the format of the discovery_list entry is as follows
  18. #type of the server, ;of entries, Ip address of each entry 
  19. #separated by commas
  20. [Discovery_List]
  21. #3,2,192.215.100.49,192.215.100.99
  22. #65535,1,192.215.100.45
  23. #Architectures supported
  24. #format : <arch-type>,<arch-string>
  25. [PROC_ARCH]
  26. 0,X86PC
  27. #Boot server types supported
  28. [Service_Types]
  29. 0,BStrap
  30. 13,linux-install
  31. ;14,linux-boot
  32. #Menu string that will be displayed on the client screen
  33. #after F8 is pressed.
  34. [X86PC/UNDI/MENU]
  35. 0,Local Boot
  36. 13,Remote Install Linux
  37. ;14,Remote Boot Linux
  38. #Image file name for Linux install boot server type
  39. #format : <min layer #> <max layer #> <base file name>
  40. [X86PC/UNDI/linux-install/ImageFile_Name]
  41. 0
  42. 2
  43. linux
  44. #Image file name for Linux boot server type
  45. #format : <min layer #> <max layer #> <base file name>
  46. #[X86PC/UNDI/linux-boot/ImageFile_Name]
  47. #0
  48. #2
  49. #linux
  50. #Image file name for BStrap boot server
  51. #format : <min layer #> <max layer #> <base file name>
  52. [X86PC/UNDI/BStrap/ImageFile_Name]
  53. 0
  54. 0
  55. bstrap
  56. [End]