source: trunk/puppet/modules/di_netboot_assistant/README

Last change on this file was 752, checked in by alejandro@…, 14 years ago

detalles de uso del template en el README

File size: 1008 bytes
Line 
1di-netboot-assistant module for puppet
2
3=============================
4
5The objective is the facilitate the download of debian-installer
6and build a menu for the pxe clients.
7
8To use this module, you need to have a tftpd server running and
9configure your dhcp server correctly.
10
11Mon Sep 14 01:31:07 UTC 2009
12
13=== powerpc arch ===
14Since powerpc is not using pxe service to boot and uses the firmware,
15we have to go a bit differently.
16http://wiki.ppckernel.org/w/Mac_Netboot
17
18==== netboot powerpc ===
19hold : command + alt + o + f
20
21boot enet:<ip_of_the_tftp_server>,yaboot
22
23
24
25==== Utilizacion ====
26
27Se agregan las variables:
28$nfs_server_ip  <= ip del server que da el servicio de nfs para las imagenes live
29$preseed_server_ip  <= ip o url del server con los presseds
30
31Ambos se declaran antes de llamar al modulo.
32Por Ejemplo:
33
34$nfs_server_ip = '10.0.10.2'                                               
35$preseed_server_ip = 'http://autoserver/d-i'                               
36include di_netboot_assistant
37
Note: See TracBrowser for help on using the repository browser.