di-netboot-assistant module for puppet ============================= The objective is the facilitate the download of debian-installer and build a menu for the pxe clients. To use this module, you need to have a tftpd server running and configure your dhcp server correctly. Mon Sep 14 01:31:07 UTC 2009 === powerpc arch === Since powerpc is not using pxe service to boot and uses the firmware, we have to go a bit differently. http://wiki.ppckernel.org/w/Mac_Netboot ==== netboot powerpc === hold : command + alt + o + f boot enet:,yaboot ==== Utilizacion ==== Se agregan las variables: $nfs_server_ip <= ip del server que da el servicio de nfs para las imagenes live $preseed_server_ip <= ip o url del server con los presseds Ambos se declaran antes de llamar al modulo. Por Ejemplo: $nfs_server_ip = '10.0.10.2' $preseed_server_ip = 'http://autoserver/d-i' include di_netboot_assistant