...在任何情况下,Chef应安装要配置的节点或VM上。Chef客户端是用 Ruby 语言编写的,Chef服务器是用 Ruby 和 Erlang 语言编写的。...2.1 Cobbler Cobbler 使用 DHCP服务器来处理引导服务器并将其引导到TFTP服务器,在那里它可以下载作为PXE引导文件和带有操作系统的可引导映像。
#setenv serverip 192.168.2.1 #tftp server IP #saveenv #reset #ping 192.168.2.1 #check if network access is available #tftp ${loadaddr} uImage-3.6.35 #loadaddr takes two arguments: the address to load the file into and the filename of the image on the TFTP server ...