pxe.conf
上传用户:dlc114
上传日期:2010-01-17
资源大小:24k
文件大小:2k
- # ******* PXE CONFIGURATION FILE *******
- #Any Line starting with a '#' is treated as a comment line
- #and ignored. However, '#' must be the first character on
- #a line and no spaces before that are allowed.
- #The following entry will be queried if PXE fails to get
- #the IP address automatically through 'ifconfig' like code built-in. This
- #is only needed if the above interface name is not present in the system
- [OurIpAddress]
- #192.215.100.202
- #This entry shows the base directory of the mtftpd. All file names/paths
- #will be relative to this directory. This is the same name that should
- #be used as the start up argument to the mtftpd daemon.
- [Mtftpd_Root_Directory]
- /tftpboot
- [MasterProxy]
- 1
- #the format of the discovery_list entry is as follows
- #type of the server, ;of entries, Ip address of each entry
- #separated by commas
- [Discovery_List]
- #3,2,192.215.100.49,192.215.100.99
- #65535,1,192.215.100.45
- #Architectures supported
- #format : <arch-type>,<arch-string>
- [PROC_ARCH]
- 0,X86PC
- #Boot server types supported
- [Service_Types]
- 0,BStrap
- 13,linux-install
- ;14,linux-boot
- #Menu string that will be displayed on the client screen
- #after F8 is pressed.
- [X86PC/UNDI/MENU]
- 0,Local Boot
- 13,Remote Install Linux
- ;14,Remote Boot Linux
- #Image file name for Linux install boot server type
- #format : <min layer #> <max layer #> <base file name>
- [X86PC/UNDI/linux-install/ImageFile_Name]
- 0
- 2
- linux
- #Image file name for Linux boot server type
- #format : <min layer #> <max layer #> <base file name>
- #[X86PC/UNDI/linux-boot/ImageFile_Name]
- #0
- #2
- #linux
- #Image file name for BStrap boot server
- #format : <min layer #> <max layer #> <base file name>
- [X86PC/UNDI/BStrap/ImageFile_Name]
- 0
- 0
- bstrap
- [End]